> -----Original Message----- > From: Daniel Stenberg <[email protected]> > Sent: Samstag, 23. Februar 2019 11:02 > To: Marcel Raad via curl-library <[email protected]> > Cc: Marcel Raad <[email protected]> > Subject: Re: No compiler warnings shown for some autobuilds > > Clearly something isn't working here. I think it might be the backslash in the > path for a gcc warning. I'll see what I can do.
Thanks! > What I find even more strange in this log [1] is that it warns for a prototype > on easy.c line 97 like this: > > static void win32_cleanup() > ^~~~~~~~~~~~~ > > while when I look at that particular code in git master it looks like this: > > static void win32_cleanup(void) I had already re-added the void in https://github.com/curl/curl/commit/50f1bb263241aef5aaf3225351cc199b1756fc39. Marcel ------------------------------------------------------------------- Unsubscribe: https://cool.haxx.se/list/listinfo/curl-library Etiquette: https://curl.haxx.se/mail/etiquette.html
