Revision
138968
Author
raimue@macports.org
Date
2015-07-25 04:45:23 -0700 (Sat, 25 Jul 2015)

Log Message

machista: Ignore warnings about missing initializers in the code generated by SWIG

Modified Paths

Diff

Modified: trunk/base/src/machista1.0/machista_wrap.c (138967 => 138968)


--- trunk/base/src/machista1.0/machista_wrap.c	2015-07-25 11:40:05 UTC (rev 138967)
+++ trunk/base/src/machista1.0/machista_wrap.c	2015-07-25 11:45:23 UTC (rev 138968)
@@ -1,3 +1,12 @@
+/*
+ * Non-generated MacPorts addition:
+ * Ignore these warnings in the generated SWIG code below.
+ *
+ * Please retain these #pragmas when regenerating the file!
+ */
+#pragma GCC   diagnostic ignored "-Wmissing-field-initializers"
+#pragma clang diagnostic ignored "-Wmissing-field-initializers"
+
 /* ----------------------------------------------------------------------------
  * This file was automatically generated by SWIG (http://www.swig.org).
  * Version 3.0.5