diff options
author | jxh <jxh@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-05-14 02:32:06 +0000 |
---|---|---|
committer | jxh <jxh@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-05-14 02:32:06 +0000 |
commit | 8adf4d081b23c08614290b571a92bac36eeafcd6 (patch) | |
tree | 763030720c3343ca8c79656ba500f5682d1d9eed /include | |
parent | 6343b6024d637be0a5e6829c43f5cb0c8d406219 (diff) | |
download | ATCD-8adf4d081b23c08614290b571a92bac36eeafcd6.tar.gz |
Added -Wno-return-type to CFLAGS for egcs, as per CAVEAT recommendation
from Cygnus.
Diffstat (limited to 'include')
-rw-r--r-- | include/makeinclude/platform_sunos5_egcs.GNU | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/makeinclude/platform_sunos5_egcs.GNU b/include/makeinclude/platform_sunos5_egcs.GNU index af058e61950..c4db24633d4 100644 --- a/include/makeinclude/platform_sunos5_egcs.GNU +++ b/include/makeinclude/platform_sunos5_egcs.GNU @@ -5,5 +5,9 @@ include $(ACE_ROOT)/include/makeinclude/platform_sunos5_g++.GNU +# This is recommeded by Cygnus in their egcs-1.0 Caveats page. +# http://egcs.cygnus.com/caveats.html +CFLAGS += -Wno-return-type + #### Uncomment the following line to use shared libstdc++.so, etc. #### SOFLAGS = -shared $(CPPFLAGS) |