This is the mail archive of the cygwin-patches@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Trivial w32api fix


2001-11-03  Christopher Faylor  <cgf@redhat.com>

	* lib/scrnsave.c (WinMain): Trivial change to avoid a compiler warning.

Index: lib/scrnsave.c
===================================================================
RCS file: /cvs/uberbaum/winsup/w32api/lib/scrnsave.c,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 scrnsave.c
--- scrnsave.c	2000/02/17 19:38:32	1.1.1.1
+++ scrnsave.c	2001/11/03 06:02:28
@@ -156,6 +156,7 @@ int APIENTRY WinMain(HINSTANCE hInst, HI
         case '/':
         case ' ':
         default:
+	  ;
         }
     }
   LaunchConfig();


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]