1
0
mirror of https://github.com/alliedmodders/metamod-source.git synced 2024-11-29 11:24:19 +01:00

Added gcc-3.3 error message back in

--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40110
This commit is contained in:
David Anderson 2005-09-13 20:25:30 +00:00
parent bae2c00808
commit 1717c99f07

View File

@ -24,7 +24,7 @@
#if defined __GNUC__
#if ((__GNUC__ == 3) && (__GNUC_MINOR__ < 4)) || (__GNUC__ < 3)
//#error "You must compile with at least GCC 3.4! If you know what you are doing, you can remove this message."
#error "You must compile with at least GCC 3.4! If you know what you are doing, you can remove this message."
#endif //version check
#endif //__GNUC__