diff options
author | Henrik Andersson <hean01@cendio.com> | 2017-10-23 16:39:52 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-23 16:39:52 +0200 |
commit | a2e402556b579c90611994958aa68425873fc02f (patch) | |
tree | bc0ac4c913c1621e2bb7ba498fc4b7f3d63de984 | |
parent | f0b2b9d69a660e356f4358a35082a87b16640da6 (diff) | |
download | rdesktop-a2e402556b579c90611994958aa68425873fc02f.zip |
Remove pedantic flag
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 8159c4d..79bdbfe 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 -Wextra -Wpedantic" + CFLAGS="$CFLAGS -Wall -Wextra" fi AC_PROG_INSTALL |