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:
authorChristopher Faylor <me@cgf.cx>2001-11-04 23:38:00 +0300
committerChristopher Faylor <me@cgf.cx>2001-11-04 23:38:00 +0300
commit79ec82139e9b08dd2767e3701c00e019c859fbb5 (patch)
tree7d5766f7150d618c3d1132a32e23259987e840e4 /winsup/w32api/lib
parent56c29a3c875454c334b5d9fe0e30ed7f73ae0527 (diff)
* lib/Makefile.in: Add .NOTPARALLEL target since dlltool cannot run in parallel
invocations. * lib/scrnsave.c (WinMain): Trivial change to avoid a compiler warning.
Diffstat (limited to 'winsup/w32api/lib')
-rw-r--r--winsup/w32api/lib/Makefile.in2
-rw-r--r--winsup/w32api/lib/scrnsave.c1
2 files changed, 3 insertions, 0 deletions
diff --git a/winsup/w32api/lib/Makefile.in b/winsup/w32api/lib/Makefile.in
index 6cd6ba95a..d1a2af3d9 100644
--- a/winsup/w32api/lib/Makefile.in
+++ b/winsup/w32api/lib/Makefile.in
@@ -115,6 +115,8 @@ res.rc test.c kernel32.c
DISTFILES = Makefile.in $(DEF_FILES) $(SOURCES)
+.NOTPARALLEL:
+
# targets
all: $(LIBS) $(EXTRA_OBJS)
diff --git a/winsup/w32api/lib/scrnsave.c b/winsup/w32api/lib/scrnsave.c
index ddad88409..9efa5737a 100644
--- a/winsup/w32api/lib/scrnsave.c
+++ b/winsup/w32api/lib/scrnsave.c
@@ -156,6 +156,7 @@ int APIENTRY WinMain(HINSTANCE hInst, HINSTANCE hPrevInst,
case '/':
case ' ':
default:
+ ;
}
}
LaunchConfig();