![]() ![]() |
![]() |
version 1.54, 2009/09/03 22:36:43 | version 1.55, 2009/09/04 18:51:15 | ||
---|---|---|---|
|
| ||
ifeq ($(WARN), 1) | ifeq ($(WARN), 1) | ||
# Show warnings (always true for a debug build). | # Show warnings (always true for a debug build). | ||
ICC_WARN = -Wall $(ICC_WARNMORE) | ICC_WARN = $(ICC_WARNMORE) | ||
GCC_WARN = -Wall -Wno-comment | GCC_WARN = -Wno-comment | ||
FCOMPILER_WARN = | FCOMPILER_WARN = | ||
else | else | ||
# Don't show warnings. | # Don't show warnings. |
|
Karen Tian |
Powered by ViewCVS 0.9.4 |