Skip to content
Snippets Groups Projects
Commit d218ac1b authored by Jan Včelák's avatar Jan Včelák :rocket:
Browse files

configure: add cflag to fail on implicit declaration

parent a053cc38
Branches
Tags
No related merge requests found
......@@ -28,7 +28,7 @@ AM_PROG_CC_C_O
AC_PROG_CPP_WERROR
# Default compiler flags
CFLAGS="$CFLAGS -Wall -Werror=format-security"
CFLAGS="$CFLAGS -Wall -Werror=format-security -Werror=implicit"
# Checks for programs.
m4_ifdef([AM_PROG_AR], [AM_PROG_AR]) # call AM_PROG_AR only if available
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment