Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny Smith <dannysmith@users.sourceforge.net>2002-05-02 12:41:03 +0400
committerDanny Smith <dannysmith@users.sourceforge.net>2002-05-02 12:41:03 +0400
commit4c956a7c0f8a9f1cb66abfb055c2ad24566032b5 (patch)
treeb372a5f3a2bc753a1c9bd598d81b120306a85cfb /winsup/w32api/lib
parent08d528a57cd524123076404745f97c9e49907db9 (diff)
* include/winnt.h (EVENT_*, SEMAPHORE_*, MUTEX_*): Remove
more defines added in earlier 2002-05-02 change. * lib/Makefile.in (TEST_OPTIONS): Add -Wsystem-headers flag.
Diffstat (limited to 'winsup/w32api/lib')
-rw-r--r--winsup/w32api/lib/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/w32api/lib/Makefile.in b/winsup/w32api/lib/Makefile.in
index fd1e6b7c9..ddb0d8202 100644
--- a/winsup/w32api/lib/Makefile.in
+++ b/winsup/w32api/lib/Makefile.in
@@ -106,7 +106,7 @@ DISTFILES = Makefile.in $(DEF_FILES) $(SOURCES)
# targets
all: $(LIBS) $(EXTRA_OBJS)
-TEST_OPTIONS = $(ALL_CFLAGS) -Wall -pedantic -c $(srcdir)/test.c -o test.o
+TEST_OPTIONS = $(ALL_CFLAGS) -Wall -pedantic -Wsystem-headers -c $(srcdir)/test.c -o test.o
.PHONY: test
test:
@echo "Testing w32api..."