Skip to content

Commit e14d43f

Browse files
author
Uoti Urpala
committed
Remove -Wdeclaration-after-statement from CFLAGS
The warnings are pointless and clutter output.
1 parent c510959 commit e14d43f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

configure

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7608,7 +7608,6 @@ cat > $TMPC << EOF
76087608
int main(void) { return 0; }
76097609
EOF
76107610
if test "$cc_vendor" = "gnu" ; then
7611-
cc_check -Wdeclaration-after-statement && CFLAGS="-Wdeclaration-after-statement $CFLAGS"
76127611
cc_check -Wno-pointer-sign && CFLAGS="-Wno-pointer-sign $CFLAGS"
76137612
cc_check -Wdisabled-optimization && CFLAGS="-Wdisabled-optimization $CFLAGS"
76147613
fi

0 commit comments

Comments
 (0)