You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

common.config 641 B

1234567891011121314151617181920212223242526
  1. {
  2. "files": [
  3. "../arraylist.c",
  4. "../debug.c",
  5. "../json_c_version.c",
  6. "../json_object.c",
  7. "../json_object_iterator.c",
  8. "../json_pointer.c",
  9. "../json_tokener.c",
  10. "../json_util.c",
  11. "../json_visit.c",
  12. "../libjson.c",
  13. "../linkhash.c",
  14. "../printbuf.c",
  15. "../random_seed.c",
  16. "../strerror_override.c",
  17. "../tests/parse_flags.c"
  18. ],
  19. "compilation_cmd": "-Iinclude -I.. -I../tests",
  20. "val-printf-singleton-pointers": true,
  21. "val-int-for-pointer-equality": [
  22. "-1",
  23. "-2"
  24. ],
  25. "safe-arrays": false
  26. }