Use void in all function definitions that do not take any arguments
[openssl.git] / test / generate_buildtest.pl
index 0a9d879eb12a9d307a176db7c6a4fcdb925a23c3..7d553623e9c7eb8c2408ea55f7766e6a0368fe39 100644 (file)
@@ -27,7 +27,7 @@ print <<"_____";
 # include <openssl/$name.h>
 #endif
 
-int main()
+int main(void)
 {
     return 0;
 }