X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fnetradiant.git;a=blobdiff_plain;f=conftest.cpp;h=1c5721fc95b0e6cb2d651f543e496209504a1af8;hp=765293588cd421d96758d70957240dd92895dcc1;hb=31a7b81d3db56d9192bfc7239704ecf2bf3c1061;hpb=bfc8a12a6b315ae261101a34db8ba1b682c67bb7 diff --git a/conftest.cpp b/conftest.cpp index 76529358..1c5721fc 100644 --- a/conftest.cpp +++ b/conftest.cpp @@ -1,7 +1,8 @@ +// used by the legacy makefile to test if libraries work + #include /* jpeglib.h needs it */ #include CONFTEST_HEADER -int main() -{ +int main(){ (void) CONFTEST_SYMBOL; return 0; }