zorba-coders team mailing list archive
-
zorba-coders team
-
Mailing list archive
-
Message #14110
[Merge] lp:~paul-lucas/zorba/pjl-misc into lp:zorba
Paul J. Lucas has proposed merging lp:~paul-lucas/zorba/pjl-misc into lp:zorba.
Requested reviews:
Paul J. Lucas (paul-lucas)
For more details, see:
https://code.launchpad.net/~paul-lucas/zorba/pjl-misc/+merge/123802
Fixed pragma warning.
--
https://code.launchpad.net/~paul-lucas/zorba/pjl-misc/+merge/123802
Your team Zorba Coders is subscribed to branch lp:zorba.
=== modified file 'src/runtime/full_text/ft_module_impl.cpp'
--- src/runtime/full_text/ft_module_impl.cpp 2012-09-10 22:53:04 +0000
+++ src/runtime/full_text/ft_module_impl.cpp 2012-09-11 18:03:26 +0000
@@ -508,6 +508,7 @@
# ifdef GCC_PRAGMA_DIAGNOSTIC_PUSH
# pragma GCC diagnostic push
# endif /* GCC_PRAGMA_DIAGNOSTIC_PUSH */
+# pragma GCC diagnostic ignored "-Wunknown-pragmas"
# pragma GCC diagnostic ignored "-Wpragmas"
# pragma GCC diagnostic ignored "-Wbind-to-temporary-copy"
#endif /* __GNUC__ */
@@ -609,6 +610,7 @@
# pragma GCC diagnostic pop
#else
# pragma GCC diagnostic warning "-Wbind-to-temporary-copy"
+# pragma GCC diagnostic warning "-Wunknown-pragmas"
# pragma GCC diagnostic warning "-Wpragmas"
#endif /* GCC_PRAGMA_DIAGNOSTIC_PUSH */
Follow ups