]> git.ipfire.org Git - thirdparty/zlib-ng.git/commitdiff
Fixed warning about strict prototypes for cpu_check_features.
authorNathan Moinvaziri <nathan@nathanm.com>
Tue, 3 May 2022 18:12:46 +0000 (11:12 -0700)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Thu, 5 May 2022 12:55:13 +0000 (14:55 +0200)
cpu_features.h

index 81e13a3c8eae4cc7695e7ab8c81c363daf688a95..4dcf8e59088c5ed29f5450fbd7db68018643d04d 100644 (file)
@@ -19,7 +19,7 @@
 #  include "arch/s390/s390_features.h"
 #endif
 
-extern void cpu_check_features();
+extern void cpu_check_features(void);
 
 /* adler32 */
 typedef uint32_t (*adler32_func)(uint32_t adler, const unsigned char *buf, size_t len);