Changeset: d41744cf97e5 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=d41744cf97e5
Modified Files:
configure.ag
Branch: default
Log Message:
Work around problem with Clang.
diffs (11 lines):
diff --git a/configure.ag b/configure.ag
--- a/configure.ag
+++ b/configure.ag
@@ -603,6 +603,7 @@ dnl MCHECK_ADD_FLAG([-Wformat-signednes
MCHECK_ADD_FLAG([-Wmissing-declarations])
MCHECK_ADD_FLAG([-Wmissing-format-attribute])
MCHECK_ADD_FLAG([-Wmissing-prototypes])
+ MCHECK_ADD_FLAG([-Wno-missing-field-initializers])
MCHECK_ADD_FLAG([-Wold-style-definition])
MCHECK_ADD_FLAG([-Wpacked])
MCHECK_ADD_FLAG([-Wunknown-pragmas])
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list