Hi.
The inline patch fixes the following compilation warning:
./common/launch.c:280: warning: function declaration isn’t a prototype
Index: source/common/launch.c
===================================================================
--- source/common/launch.c (revision 896)
+++ source/common/launch.c (working copy)
@@ -278,7 +278,7 @@
return 0;
}
-int findDigitalSignature()
+int findDigitalSignature(void)
{
#ifdef WIN32
/* There might be a digital signature attached. Let's see. */
--
You received this message because you are subscribed to the Google Groups
"PyInstaller" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/pyinstaller?hl=en.