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