mirror of
https://github.com/profanity-im/profanity.git
synced 2024-12-04 14:46:46 -05:00
Added -Werror
This commit is contained in:
parent
1cd2d6c7c9
commit
b7535a0fe2
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user