comparison configure @ 2050:a741f294362b

[xemacs-hg @ 2004-04-30 14:59:15 by james] Get a good XRegisterIMInstantiateCallback prototype with ICC.
author james
date Fri, 30 Apr 2004 14:59:17 +0000
parents 193e76abdf0f
children 9402c85dcf6f
comparison
equal deleted inserted replaced
2049:97d0858a089b 2050:a741f294362b
2937 cflags_warning="$cflags_warning -Wpointer-arith" 2937 cflags_warning="$cflags_warning -Wpointer-arith"
2938 test "$xemacs_compiler" = "g++" && \ 2938 test "$xemacs_compiler" = "g++" && \
2939 xe_cflags_warning="$cflags_warning -Weffc++" 2939 xe_cflags_warning="$cflags_warning -Weffc++"
2940 cflags_warning="$cflags_warning -Wshadow -Wmissing-declarations" 2940 cflags_warning="$cflags_warning -Wshadow -Wmissing-declarations"
2941 elif test "$__ICC" = "yes"; then 2941 elif test "$__ICC" = "yes"; then
2942 cflags_warning="-Wall -w1" 2942 cflags_warning="-Wall -w1 -we147"
2943 fi 2943 fi
2944 fi 2944 fi
2945 test -z "$xe_cflags_warning" && xe_cflags_warning="$cflags_warning" 2945 test -z "$xe_cflags_warning" && xe_cflags_warning="$cflags_warning"
2946 echo "$ac_t""${xe_cflags_warning}" 1>&6 2946 echo "$ac_t""${xe_cflags_warning}" 1>&6
2947 2947