X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=ccan%2Fbuild_assert%2Ftest%2Fcompile_fail-expr.c;h=6322eb3523a2e951c0835d6223773002b50f82df;hb=7d1f0c73e4d321561abb74f82c8be97f10d69836;hp=109215b8aa7eab11de86a00b2c174ba9a5cfb721;hpb=3f4e83d8ac847d6bf0c20e88cdbca535e842a97b;p=ccan diff --git a/ccan/build_assert/test/compile_fail-expr.c b/ccan/build_assert/test/compile_fail-expr.c index 109215b8..6322eb35 100644 --- a/ccan/build_assert/test/compile_fail-expr.c +++ b/ccan/build_assert/test/compile_fail-expr.c @@ -1,6 +1,6 @@ #include -int main(int argc, char *argv[]) +int main(void) { #ifdef FAIL return BUILD_ASSERT_OR_ZERO(1 == 0);