X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=ccan%2Fbuild_assert%2Ftest%2Fcompile_ok.c;h=b4de8b41402d6938fd7cf83b782c8de84904d2b1;hb=38ec541c4fd76d971a4959e31cd2a9ff113237ca;hp=bc5541f5c7d9b106a30f149031ef40e120ce2eaa;hpb=650c775ff00cccd03fc84e7789a03c51d9839004;p=ccan diff --git a/ccan/build_assert/test/compile_ok.c b/ccan/build_assert/test/compile_ok.c index bc5541f5..b4de8b41 100644 --- a/ccan/build_assert/test/compile_ok.c +++ b/ccan/build_assert/test/compile_ok.c @@ -1,6 +1,6 @@ -#include "build_assert/build_assert.h" +#include -int main(int argc, char *argv[]) +int main(void) { BUILD_ASSERT(1 == 1); return 0;