mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-05-05 09:58:14 +02:00
build: Add -Wsign-compare to GCC flags
This commit is contained in:
parent
1e47a93f85
commit
6fd73cd3c0
1 changed files with 1 additions and 1 deletions
|
|
@ -417,7 +417,7 @@ AM_CONDITIONAL(BUILD_SETBACKLIGHT, test "x$enable_setbacklight" = "xyes")
|
|||
if test "x$GCC" = "xyes"; then
|
||||
GCC_CFLAGS="-Wall -Wextra -Wno-unused-parameter \
|
||||
-Wno-missing-field-initializers -g -fvisibility=hidden \
|
||||
-Wstrict-prototypes -Wmissing-prototypes"
|
||||
-Wstrict-prototypes -Wmissing-prototypes -Wsign-compare"
|
||||
fi
|
||||
AC_SUBST(GCC_CFLAGS)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue