~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 01:50:26 UTC
  • mfrom: (2095.1.5 build)
  • Revision ID: kalebral@gmail.com-20110119015026-j1ukv30cz662e51e
Merge Shrews - Refactor the TransactionServices public interface
Merge Monty - fix bug 583375: support configure option to specify static/dynamic build for a plugin
Merge Shrews - fix bug 702505: transaction_reader utility does not check for errors from statement transformation
Merge Vijay - Convert structs to classes
Merge Joe - 702529: PRINT_TRANSACTION_MESSAGE udf does not output UUID

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