mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-28 15:16:21 +00:00
Added -Werror
This commit is contained in:
@@ -87,7 +87,7 @@ if test "x$enable_notifications" != xno; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Default parameters
|
# Default parameters
|
||||||
AM_CFLAGS="-Wall"
|
AM_CFLAGS="-Wall -Werror"
|
||||||
LIBS="$LIBS $DEPS_LIBS $NOTIFY_LIBS"
|
LIBS="$LIBS $DEPS_LIBS $NOTIFY_LIBS"
|
||||||
|
|
||||||
AM_CPPFLAGS="$DEPS_CFLAGS $NOTIFY_CFLAGS"
|
AM_CPPFLAGS="$DEPS_CFLAGS $NOTIFY_CFLAGS"
|
||||||
|
|||||||
Reference in New Issue
Block a user