We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc572e8 commit 91981bcCopy full SHA for 91981bc
win32/configure/have_stdckdint.c
@@ -22,7 +22,7 @@ static int func_ll(long long *resultptr, long long a, long long b) {
22
ckd_mul(resultptr, a, b)) ? 1 : 0;
23
}
24
25
-int main(int argc, char **argv) {
+int main(void) {
26
long lresult_1, lresult_2;
27
long long llresult_1, llresult_2;
28
int ret, lret_1, lret_2, llret_1, llret_2;
0 commit comments