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]

Re: Trivial w32api fix


Go ahead and commit this into winsup and I'll get MinGW CVS updated
later.

Christopher Faylor wrote:
> 
> 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();

-- 
Earnie.

_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com



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