~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to m4/pandora_warnings.m4

  • Committer: Monty Taylor
  • Date: 2011-03-06 18:45:43 UTC
  • mto: (2221.2.1 build)
  • mto: This revision was merged to the branch mainline in revision 2222.
  • Revision ID: mordred@inaugust.com-20110306184543-3pcziba07ulzg6wm
Port in pandora changes from libmemcached.

Show diffs side-by-side

added added

removed removed

Lines of Context:
130
130
      
131
131
    ],[
132
132
      m4_if(PW_LESS_WARNINGS,[no],[
133
 
        BASE_WARNINGS_FULL="${W_CONVERSION} -Wstrict-aliasing"
 
133
        BASE_WARNINGS_FULL="${W_CONVERSION} -Wstrict-aliasing -Wswitch-enum "
134
134
        CC_WARNINGS_FULL="-Wswitch-default -Wswitch-enum -Wwrite-strings"
135
135
        CXX_WARNINGS_FULL="-Weffc++ -Wold-style-cast"
136
136
        NO_OLD_STYLE_CAST="-Wno-old-style-cast"