comparison src/hdf5-1-fixes.patch @ 3689:155466c2f445

hdf5: don't use -ansi -pedantic compiler flags
author John W. Eaton <jwe@octave.org>
date Wed, 20 Aug 2014 14:42:42 -0400
parents
children
comparison
equal deleted inserted replaced
3688:e5d08daf58a0 3689:155466c2f445
1 diff -uNr a/config/gnu-flags b/config/gnu-flags
2 --- a/config/gnu-flags 2012-10-11 13:31:46.000000000 -0400
3 +++ b/config/gnu-flags 2014-08-20 14:36:48.118651735 -0400
4 @@ -146,7 +146,7 @@
5 esac
6
7 # General
8 - H5_CFLAGS="$H5_CFLAGS $arch -ansi -pedantic -Wall -W -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline"
9 + H5_CFLAGS="$H5_CFLAGS $arch -Wall -W -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline"
10
11 # Production
12 case "$cc_vendor-$cc_version" in