Team Fortress 2 Source Code as on 22/4/2020
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
191 B

  1. #ifdef _WIN32
  2. #pragma warning( pop )
  3. #endif
  4. #if defined(__GNUC__) && (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ > 5))
  5. #pragma GCC diagnostic pop
  6. #endif
  7. //#include "tier0/memdbgon.h"