fix minor warnings
gcc : prototype with 0 parameter must be labelled (void) visual : const property must be identical in both declaration and implementation
This commit is contained in:
+1
-1
@@ -144,7 +144,7 @@ BMK_benchOutcome_t BMK_benchFilesAdvanced(
|
||||
BMK_benchOutcome_t BMK_syntheticTest(
|
||||
int cLevel, double compressibility,
|
||||
const ZSTD_compressionParameters* compressionParams,
|
||||
int displayLevel, const BMK_advancedParams_t * const adv);
|
||||
int displayLevel, const BMK_advancedParams_t* adv);
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user