summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Persch <chpe@gnome.org>2015-09-30 20:26:35 +0200
committerChristian Persch <chpe@gnome.org>2015-09-30 20:26:35 +0200
commit4f95d4ed9df726d8d4404d3601639844278780c2 (patch)
tree89b21d277cc2dd200233d42d30cfb7b1d983dcfd
parentee34c83ec9ea23f71f209f58bee49bf09affdc31 (diff)
downloadvte-4f95d4ed9df726d8d4404d3601639844278780c2.tar.gz
build: Remove -Wpacked warning
It shows warnings in vte on i386, but not on anything else afaics.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 41e14387..0b342d1d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -122,7 +122,7 @@ m4_define([compiler_flags_common],[ dnl
-Wno-missing-field-initializers dnl
-Wno-switch-enum dnl
-Wno-unused-parameter dnl
- -Wpacked dnl
+ -Wno-packed dnl
-Wshadow dnl
-Wsign-compare dnl
-Wstrict-aliasing=2 dnl