mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-31 17:10:47 +08:00
[svn-r237] I am checking in changes made by Robb. Turn off another two tedious
warnings. # -woff 1209 about constant expressions # -woff 1196 about __vfork() being implicitly declared, config prob.
This commit is contained in:
parent
66d18e9bf2
commit
e9360a7c0d
@ -39,8 +39,10 @@ CC="cc -ansi -64"
|
||||
|
||||
# -woff 1174 about function declared but not used
|
||||
# -woff 1429 about long long type non-standard
|
||||
warn="-fullwarn -woff 1174,1429"
|
||||
#warn="-woff 1174,1429"
|
||||
# -woff 1209 about constant expressions
|
||||
# -woff 1196 about __vfork() being implicitly declared, config prob.
|
||||
warn="-fullwarn -woff 1174,1429,1209,1196"
|
||||
#warn="-woff 1174,1429,1209,1196"
|
||||
|
||||
profile="-pg"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user