X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=ccan%2Fbuild_assert%2Ftest%2Fcompile_fail.c;h=9fd827d6aef87b7bcec2e234d5cbb9ccb8b8bdfb;hb=HEAD;hp=a6867db5956f278d9001e18535421361579c32a8;hpb=650c775ff00cccd03fc84e7789a03c51d9839004;p=ccan diff --git a/ccan/build_assert/test/compile_fail.c b/ccan/build_assert/test/compile_fail.c index a6867db5..9fd827d6 100644 --- a/ccan/build_assert/test/compile_fail.c +++ b/ccan/build_assert/test/compile_fail.c @@ -1,6 +1,6 @@ -#include "build_assert/build_assert.h" +#include -int main(int argc, char *argv[]) +int main(void) { #ifdef FAIL BUILD_ASSERT(1 == 0);