X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fnetradiant.git;a=blobdiff_plain;f=conftest.cpp;h=10b7a62098d66c63a1e659c07e2e1bb144f35b09;hp=765293588cd421d96758d70957240dd92895dcc1;hb=62d99f889c0e98be65f779d3983109c84ce58cec;hpb=6bc28ad466df5fef38e607a2bde2da83c3e2c029 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; }