mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-14 09:11:27 +00:00
scripts/run-regression-tests: Do not create a -.o file
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@8922 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -713,7 +713,7 @@ do
|
||||
# v4.13) and commit 6f303d60534c ("gcc-9: silence 'address-of-packed-member'
|
||||
# warning"; v5.1).
|
||||
for w in -Wno-format-truncation -Wno-format-overflow -Wno-int-in-bool-context -Wno-address-of-packed-member; do
|
||||
if gcc -c -xc - "$w" </dev/null >&/dev/null; then
|
||||
if gcc -c -xc -E - "$w" </dev/null >&/dev/null; then
|
||||
KCFLAGS+=" $w"
|
||||
fi
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user