Skip to content

Commit

Permalink
Error whenever newline is missing from EOF
Browse files Browse the repository at this point in the history
  • Loading branch information
albinahlback committed Feb 2, 2025
1 parent 58ebce5 commit 1770083
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,7 @@ then
gcc_cflags="-O3 "
fi
gcc_cflags="$gcc_cflags-pedantic -std=c11"
gcc_warnings="-Werror=implicit-function-declaration -Wall -Wno-stringop-overread -Wno-stringop-overflow"
gcc_warnings="-Werror=implicit-function-declaration -Werror=newline-eof -Wall -Wno-stringop-overread -Wno-stringop-overflow"

dnl We only try to provide specifics for those systems that currently supports
dnl our assembly routines. If more combinations are wished for than what is
Expand Down

0 comments on commit 1770083

Please sign in to comment.