Changeset 4878

Show
Ignore:
Timestamp:
06/30/09 18:23:02 (5 months ago)
Author:
goodell
Message:

Separate warning flags onto separate lines for easier VCS tracking.

No reviewer.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • mpich2/trunk/confdb/aclocal_cc.m4

    r4877 r4878  
    10991099    #                              a zero-length format string is very well defined 
    11001100 
    1101     pac_common_strict_flags="-O2 -Wall -Wextra -Wno-missing-field-initializers -Wno-type-limits -Wstrict-prototypes -Wmissing-prototypes -DGCC_WALL -Wno-unused-parameter -Wno-unused-label -Wshadow -Wmissing-declarations -Wno-long-long -Wfloat-equal -Wdeclaration-after-statement -Wundef -Wno-endif-labels -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wno-sign-compare -Waggregate-return -Wold-style-definition -Wmissing-noreturn -Wno-multichar -Wno-deprecated-declarations -Wpacked -Wnested-externs -Winvalid-pch -Wno-pointer-sign -Wvariadic-macros -std=c89 -Wno-format-zero-length" 
     1101    # the embedded newlines in this string are safe because we evaluate each 
     1102    # argument in the for-loop below and append them to the CFLAGS with a space 
     1103    # as the separator instead 
     1104    pac_common_strict_flags=" 
     1105        -O2 
     1106        -Wall 
     1107        -Wextra 
     1108        -Wno-missing-field-initializers 
     1109        -Wno-type-limits 
     1110        -Wstrict-prototypes 
     1111        -Wmissing-prototypes 
     1112        -DGCC_WALL 
     1113        -Wno-unused-parameter 
     1114        -Wno-unused-label 
     1115        -Wshadow 
     1116        -Wmissing-declarations 
     1117        -Wno-long-long 
     1118        -Wfloat-equal 
     1119        -Wdeclaration-after-statement 
     1120        -Wundef 
     1121        -Wno-endif-labels 
     1122        -Wpointer-arith 
     1123        -Wbad-function-cast 
     1124        -Wcast-align 
     1125        -Wwrite-strings 
     1126        -Wno-sign-compare 
     1127        -Waggregate-return 
     1128        -Wold-style-definition 
     1129        -Wmissing-noreturn 
     1130        -Wno-multichar 
     1131        -Wno-deprecated-declarations 
     1132        -Wpacked 
     1133        -Wnested-externs 
     1134        -Winvalid-pch 
     1135        -Wno-pointer-sign 
     1136        -Wvariadic-macros 
     1137        -std=c89 
     1138        -Wno-format-zero-length 
     1139    " 
    11021140    pac_cc_strict_flags="" 
    11031141    case "$1" in