Skip to content

Commit

Permalink
add more werrors
Browse files Browse the repository at this point in the history
  • Loading branch information
msmeissn committed Dec 6, 2023
1 parent f7706cd commit 3d9a497
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 @@ -421,7 +421,7 @@ dnl Turn on all warnings when using gcc
dnl ---------------------------------------------------------------------------
AS_VAR_IF([GCC], [yes], [dnl
CFLAGS="$CFLAGS -Wall"
CFLAGS="$CFLAGS -Wmissing-declarations -Wmissing-prototypes"
CFLAGS="$CFLAGS -Wmissing-declarations -Wmissing-prototypes -Werror=incompatible-pointer-types -Werror=implicit -Werror=int-conversion"
# FIXME: Check for --enable-debug here
CFLAGS="$CFLAGS -g"
LDFLAGS="$LDFLAGS -g"
Expand Down

0 comments on commit 3d9a497

Please sign in to comment.