summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenrik Andersson <hean01@cendio.com>2017-10-23 16:39:52 +0200
committerGitHub <noreply@github.com>2017-10-23 16:39:52 +0200
commita2e402556b579c90611994958aa68425873fc02f (patch)
treebc0ac4c913c1621e2bb7ba498fc4b7f3d63de984
parentf0b2b9d69a660e356f4358a35082a87b16640da6 (diff)
downloadrdesktop-a2e402556b579c90611994958aa68425873fc02f.zip
Remove pedantic flag
-rw-r--r--configure.ac2
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