diff options
author | Henrik Andersson <hean01@cendio.com> | 2017-10-23 08:42:49 +0200 |
---|---|---|
committer | Henrik Andersson <hean01@cendio.com> | 2017-10-23 08:43:53 +0200 |
commit | f0b2b9d69a660e356f4358a35082a87b16640da6 (patch) | |
tree | 2a71c86c0eb7b3847d027a75a745e742d2e60151 | |
parent | 8c83f8957be91ab6cdc0c1fea1d716f9fc65945c (diff) | |
download | rdesktop-f0b2b9d69a660e356f4358a35082a87b16640da6.zip |
Add 'extra' warnings and 'pedantic' to cflags
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 4056c7c..8159c4d 100644 --- a/configure.ac +++ b/configure.ac @@ -6,7 +6,7 @@ AC_CANONICAL_HOST AC_PROG_CC if test "$GCC" = yes; then - CFLAGS="$CFLAGS -Wall" + CFLAGS="$CFLAGS -Wall -Wextra -Wpedantic" fi AC_PROG_INSTALL |