static placement warning
<Someone> complained that his compiler was giving these two warnings: weapon.c:835: warning: `static' is not at beginning of declaration version.c:132: warning: `static' is not at beginning of declaration
This commit is contained in:
@@ -850,7 +850,7 @@ int skill;
|
||||
P_NAME(skill));
|
||||
}
|
||||
|
||||
const static struct skill_range {
|
||||
static const struct skill_range {
|
||||
short first, last;
|
||||
const char *name;
|
||||
} skill_ranges[] = {
|
||||
|
||||
Reference in New Issue
Block a user