Filter out "invalid white space character in directive" compiler warnings

when included headers created by win32 build.
This commit is contained in:
Janet B. Anderson
2005-02-08 20:09:05 +00:00
parent 6004b1e378
commit 574a073600
@@ -58,3 +58,8 @@ LOADABLE_SHRLIB_LDFLAGS += -G -h $@ -z text
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)