X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=conftest.cpp;h=1c5721fc95b0e6cb2d651f543e496209504a1af8;hb=9001168c233c5a32ea3b99e8974ff4659c465005;hp=765293588cd421d96758d70957240dd92895dcc1;hpb=ed96b4352a352f5ca81248d47eceb1cb469c6f5e;p=xonotic%2Fnetradiant.git 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; }