From 574a073600c589808dfecc35f4227d92a07b4593 Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Tue, 8 Feb 2005 20:09:05 +0000 Subject: [PATCH] Filter out "invalid white space character in directive" compiler warnings when included headers created by win32 build. --- configure/os/CONFIG.solaris-sparc.solaris-sparc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/configure/os/CONFIG.solaris-sparc.solaris-sparc b/configure/os/CONFIG.solaris-sparc.solaris-sparc index 26c089a9f..99f8a39af 100644 --- a/configure/os/CONFIG.solaris-sparc.solaris-sparc +++ b/configure/os/CONFIG.solaris-sparc.solaris-sparc @@ -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) +