~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Monty Taylor
  • Date: 2009-01-30 07:25:51 UTC
  • mto: (779.7.3 devel)
  • mto: This revision was merged to the branch mainline in revision 823.
  • Revision ID: mordred@inaugust.com-20090130072551-thijy3k5soeggfhr
More fixes. Turned warnings=errors off for now.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1318
1318
    CFLAGS="${CFLAGS} -xinstrument=datarace"
1319
1319
    CXXFLAGS="${CXXFLAGS} -xinstrument=datarace"
1320
1320
  fi
1321
 
  CC_WARNINGS="-v -xc99=all -errtags=yes -errwarn=%all -erroff=E_ATTRIBUTE_NOT_VAR"
1322
 
  CXX_WARNINGS="+w +w2 -xport64 -errtags=yes -errwarn=%all -erroff=attrskipunsup,doubunder -compat=5"
 
1321
  #CC_WARNINGS="-v -xc99=all -errtags=yes -errwarn=%all -erroff=E_ATTRIBUTE_NOT_VAR"
 
1322
  #CXX_WARNINGS="+w +w2 -xport64 -errtags=yes -errwarn=%all -erroff=attrskipunsup,doubunder -compat=5"
 
1323
  CC_WARNINGS="-v -xc99=all -errtags=yes -erroff=E_ATTRIBUTE_NOT_VAR"
 
1324
  CXX_WARNINGS="+w +w2 -xport64 -errtags=yes -erroff=attrskipunsup,doubunder -compat=5"
1323
1325
  PROTOSKIP_WARNINGS="-erroff=attrskipunsup,doubunder,reftotemp,wbadinitl"
1324
1326
  NO_UNREACHED="-erroff=E_STATEMENT_NOT_REACHED"
1325
1327
  if test "$ac_exceptions" = "no"