Skip to content

Commit

Permalink
Merge pull request #19 from tehnick/fix-compilation-warnings
Browse files Browse the repository at this point in the history
Fix build for MS Windows
  • Loading branch information
mcarbonneaux authored Feb 19, 2019
2 parents 1f49caa + 854643b commit 382aa2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion libfcgi/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# $Id: Makefile.am,v 1.9 2001/12/22 03:16:20 robs Exp $

INCLUDEDIR = ../include
AM_CPPFLAGS = -I$(top_srcdir)/include
AM_CPPFLAGS = -I$(top_srcdir)/include -W -Wall -pedantic

INCLUDE_FILES = $(INCLUDEDIR)/fastcgi.h \
$(INCLUDEDIR)/fcgiapp.h \
Expand Down
1 change: 1 addition & 0 deletions libfcgi/os_win32.c
Original file line number Diff line number Diff line change
Expand Up @@ -1473,6 +1473,7 @@ int OS_DoIo(struct timeval *tmo)
struct timeb tb;
int ms;
int ms_last;
int err;

/* XXX
* We can loop in here, but not too long, as wait handlers
Expand Down

0 comments on commit 382aa2b

Please sign in to comment.