HERETIC.LNT 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. /* Lint file for Heretic project */
  2. //--------------------------------------------------------------------------
  3. //
  4. // OPTIONS
  5. //
  6. //--------------------------------------------------------------------------
  7. // Use integer model for enumerations
  8. //
  9. +fie
  10. // Allow ignoring return values
  11. //
  12. -e534
  13. // Allow repeated include files
  14. //
  15. -e537
  16. // Allow shifting signed quantities
  17. //
  18. -e701
  19. -e702
  20. // Allow more than 127 enumeration constants (ANSI limit)
  21. //
  22. -"esym(793,enumeration constants)"
  23. // Don't complain about global macros that are not referenced
  24. //
  25. -e755
  26. // Don't complain about global enumeration constants that are not
  27. // referenced
  28. //
  29. -e769
  30. // Don't complain about external symbols that could be made static
  31. //
  32. -e765
  33. //--------------------------------------------------------------------------
  34. //
  35. // FILES
  36. //
  37. //--------------------------------------------------------------------------
  38. i_ibm.c
  39. i_cyber.c
  40. i_sound.c
  41. am_map.c
  42. ct_chat.c
  43. d_main.c
  44. d_net.c
  45. g_game.c
  46. f_finale.c
  47. info.c
  48. in_lude.c
  49. mn_menu.c
  50. m_misc.c
  51. p_ceilng.c
  52. p_doors.c
  53. p_enemy.c
  54. p_floor.c
  55. p_inter.c
  56. p_lights.c
  57. p_map.c
  58. p_maputl.c
  59. p_mobj.c
  60. p_plats.c
  61. p_pspr.c
  62. p_setup.c
  63. p_sight.c
  64. p_spec.c
  65. p_switch.c
  66. p_telept.c
  67. p_tick.c
  68. p_user.c
  69. r_bsp.c
  70. r_data.c
  71. r_draw.c
  72. r_main.c
  73. r_plane.c
  74. r_segs.c
  75. r_things.c
  76. sb_bar.c
  77. sounds.c
  78. tables.c
  79. v_video.c
  80. w_wad.c
  81. z_zone.c