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.

13 lines
529 B

  1. Index: ZeroTierOne-1.2.4/ext/json/json.hpp
  2. ===================================================================
  3. --- ZeroTierOne-1.2.4.orig/ext/json/json.hpp
  4. +++ ZeroTierOne-1.2.4/ext/json/json.hpp
  5. @@ -64,7 +64,7 @@ SOFTWARE.
  6. #endif
  7. #elif defined(__GNUC__)
  8. #define GCC_VERSION (__GNUC__ * 10000 + __GNUC_MINOR__ * 100 + __GNUC_PATCHLEVEL__)
  9. - #if GCC_VERSION < 40900
  10. + #if GCC_VERSION < 40800
  11. #error "unsupported GCC version - see https://github.com/nlohmann/json#supported-compilers"
  12. #endif
  13. #endif