zbopt_compat.c 460 B

123456789101112131415
  1. /*
  2. * ZMap Copyright 2013 Regents of the University of Michigan
  3. *
  4. * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  5. * use this file except in compliance with the License. You may obtain a copy
  6. * of the License at http://www.apache.org/licenses/LICENSE-2.0
  7. */
  8. #if __GNUC__ < 4
  9. #error "gcc version >= 4 is required"
  10. #elif __GNUC_MINOR__ >= 6
  11. #pragma GCC diagnostic ignored "-Wunused-but-set-variable"
  12. #endif
  13. #include "zbopt.c"