diff options
author | bala <balanatarajan@users.noreply.github.com> | 2003-04-05 17:27:00 +0000 |
---|---|---|
committer | bala <balanatarajan@users.noreply.github.com> | 2003-04-05 17:27:00 +0000 |
commit | 3fcfd9206d10b3deb3d561b2831f5717b734ec37 (patch) | |
tree | a4250aa2ef93ec2a760df87006217a485d504670 /include/makeinclude | |
parent | b98805cc2eb371a74c512a3e79270a5407b64ec6 (diff) | |
download | ATCD-3fcfd9206d10b3deb3d561b2831f5717b734ec37.tar.gz |
ChangeLogTag:Sat Apr 5 11:23:11 2003 John Michael Zorko <j.zorko@att.net>
Diffstat (limited to 'include/makeinclude')
-rw-r--r-- | include/makeinclude/platform_macosx.GNU | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/makeinclude/platform_macosx.GNU b/include/makeinclude/platform_macosx.GNU index 2f0b35db01d..08b121b31b7 100644 --- a/include/makeinclude/platform_macosx.GNU +++ b/include/makeinclude/platform_macosx.GNU @@ -14,7 +14,7 @@ endif CC = gcc CXX = g++ -CFLAGS += -Wall -Wpointer-arith -pipe -I/sw/include +CFLAGS += -Wall -Wpointer-arith -Wno-long-double -pipe -I/sw/include # Test for template instantiation. # |