Comment out invalid white space filter.

This commit is contained in:
Janet B. Anderson
2005-02-09 16:00:55 +00:00
parent f086636a6d
commit 406642cecc

View File

@@ -60,6 +60,6 @@ OP_SYS_LDFLAGS += -z ignore -z combreloc -z lazyload
# Filter for getting rid of "invalid white space character in directive" compiler warnings
# when including headers created during win32 build.
COMPILE_FILTER.c = 2>&1 | $(EPICS_BASE)/configure/tools/filterWarnings.pl
COMPILE_FILTER.cpp = $(COMPILE_FILTER.c)
#COMPILE_FILTER.c = 2>&1 | $(EPICS_BASE)/configure/tools/filterWarnings.pl
#COMPILE_FILTER.cpp = $(COMPILE_FILTER.c)