~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/pbxt/plugin.ac

  • Committer: Monty Taylor
  • Date: 2010-10-06 17:22:20 UTC
  • mto: (1818.1.1 build) (1821.1.3 build)
  • mto: This revision was merged to the branch mainline in revision 1819.
  • Revision ID: mordred@inaugust.com-20101006172220-7wgsy8w3wa009dx4
Made ICC warning suppressions a little more sensible given what we can't accomplish any time in the near future.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
[test "$GCC" = "yes"]
2
 
AS_IF([test "$GCC" = "yes"],[
 
2
AS_IF([test "$GCC" = "yes" -a "$INTELCC" = "no"],[
3
3
  PBXT_EXTRA_CXXFLAGS="-Wno-overloaded-virtual -Wno-sign-compare -Wno-unused-function"
4
4
  AC_SUBST(PBXT_EXTRA_CXXFLAGS)
5
5
])