~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to m4/pandora_warnings.m4

  • Committer: Lee Bieber
  • Date: 2011-01-19 00:14:08 UTC
  • mfrom: (2093.1.2 pandora-static-build)
  • mto: This revision was merged to the branch mainline in revision 2096.
  • Revision ID: kalebral@gmail.com-20110119001408-2sv68ld4uwt85fbw
Merge Monty - fix bug 583375: support configure option to specify static/dynamic build for a plugin

Show diffs side-by-side

added added

removed removed

Lines of Context:
372
372
      PROTOSKIP_WARNINGS="-Wno-effc++ -Wno-shadow -Wno-missing-braces ${NO_ATTRIBUTES}"
373
373
      NO_WERROR="-Wno-error"
374
374
      PERMISSIVE_WARNINGS="-Wno-error -Wno-unused-function -fpermissive"
 
375
      PERMISSIVE_C_WARNINGS="-Wno-error -Wno-redundant-decls"
375
376
      AS_IF([test "$host_vendor" = "apple"],[
376
377
        BOOSTSKIP_WARNINGS="-Wno-uninitialized"
377
378
      ])
434
435
  AC_SUBST(INNOBASE_SKIP_WARNINGS)
435
436
  AC_SUBST(BOOSTSKIP_WARNINGS)
436
437
  AC_SUBST(PERMISSIVE_WARNINGS)
 
438
  AC_SUBST(PERMISSIVE_C_WARNINGS)
437
439
  AC_SUBST(NO_WERROR)
438
440
  AC_SUBST([GCOV_LIBS])
439
441