X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=conftest.cpp;h=10b7a62098d66c63a1e659c07e2e1bb144f35b09;hb=0d48c12e320c65b3da1624a24f1dea745d107229;hp=765293588cd421d96758d70957240dd92895dcc1;hpb=ed96b4352a352f5ca81248d47eceb1cb469c6f5e;p=xonotic%2Fnetradiant.git diff --git a/conftest.cpp b/conftest.cpp index 76529358..10b7a620 100644 --- a/conftest.cpp +++ b/conftest.cpp @@ -1,7 +1,6 @@ #include /* jpeglib.h needs it */ #include CONFTEST_HEADER -int main() -{ +int main(){ (void) CONFTEST_SYMBOL; return 0; }