From 7141383a860eccad34c308500297a138ffa0dcc0 Mon Sep 17 00:00:00 2001 From: Earnie Boyd Date: Wed, 19 Sep 2001 23:56:12 +0000 Subject: 2001-09-18 Danny Smith * include/winnt.h (_[U]LARGE_INTEGER): Mark nameless structure field as _ANONYMOUS_STRUCT. * include/setupapi.h (SP_DEVINSTALL_PARAMS): Add missing typedef for UNICODE. * include/ipexport.h (icmp_echo_reply): Remove extra ';'. * lib/makefile.in: Add -pedantic switch to TEST_OPTIONS for header test. 2001-09-17 Mattia Barbon * include/commctrl.h: Add some ListView constants. 2001-09-17 Earnie Boyd * lib/Makefile.in (inst_includedir): Add FIXME and remove the usr/ portion of the directory from the install. (inst_libdir): Ditto. * Makefile.in (VERSION): Increment. * include/w32api.h: Increment version. --- winsup/w32api/lib/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'winsup/w32api/lib') diff --git a/winsup/w32api/lib/Makefile.in b/winsup/w32api/lib/Makefile.in index 9dda86b0e..6cd6ba95a 100644 --- a/winsup/w32api/lib/Makefile.in +++ b/winsup/w32api/lib/Makefile.in @@ -118,7 +118,7 @@ DISTFILES = Makefile.in $(DEF_FILES) $(SOURCES) # targets all: $(LIBS) $(EXTRA_OBJS) -TEST_OPTIONS = $(ALL_CFLAGS) -Wall -c $(srcdir)/test.c -o test.o +TEST_OPTIONS = $(ALL_CFLAGS) -Wall -pedantic -c $(srcdir)/test.c -o test.o .PHONY: test test: @echo "Testing w32api..." -- cgit v1.2.3