~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to m4/pandora_warnings.m4

merge update-innobase-1.1.1 branch (incl fixes for trunk)

Show diffs side-by-side

added added

removed removed

Lines of Context:
351
351
      dnl TODO: Figure out a better way to deal with this:
352
352
      PROTOSKIP_WARNINGS="-Wno-effc++ -Wno-shadow -Wno-missing-braces ${NO_ATTRIBUTES}"
353
353
      NO_WERROR="-Wno-error"
354
 
      INNOBASE_SKIP_WARNINGS="-Wno-shadow -Wno-cast-align"
 
354
      INNOBASE_SKIP_WARNINGS="-Wno-shadow -Wno-cast-align -Wno-strict-prototypes"
355
355
      AS_IF([test "$host_vendor" = "apple"],[
356
356
        BOOSTSKIP_WARNINGS="-Wno-uninitialized"
357
357
      ])