diff options
| author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-06-21 18:24:31 +0000 |
|---|---|---|
| committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-06-21 18:24:31 +0000 |
| commit | 6eef87ca919f2fa438a4fe0d178cecf15b57364d (patch) | |
| tree | 135be58533e624baaadc37b2b071b12c6b2c8d14 /include/makeinclude/platform_linux_lxpthreads.GNU | |
| parent | 14e46950cfafebfefc3974b0b9a1a8c5421e46e7 (diff) | |
| download | ATCD-6eef87ca919f2fa438a4fe0d178cecf15b57364d.tar.gz | |
added -W to CFLAGS
Diffstat (limited to 'include/makeinclude/platform_linux_lxpthreads.GNU')
| -rw-r--r-- | include/makeinclude/platform_linux_lxpthreads.GNU | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/makeinclude/platform_linux_lxpthreads.GNU b/include/makeinclude/platform_linux_lxpthreads.GNU index bd1f539f4bd..553b1ecc0cf 100644 --- a/include/makeinclude/platform_linux_lxpthreads.GNU +++ b/include/makeinclude/platform_linux_lxpthreads.GNU @@ -43,7 +43,7 @@ endif CC = gcc CXX = g++ -CFLAGS += -Wall -pipe \ +CFLAGS += -W -Wall -pipe \ -D_POSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS -D_REENTRANT \ $(PLATFORM_AIO_SUPPORT) CCFLAGS += $(CFLAGS) $(NO_IMPLICIT_TEMPLATES) |
