Fix -Wgnu-folding-constant
FossilOrigin-Name: e79356d2a66c0537866b4ff23389bc8b8755ac324310c769e670d4247456d604
This commit is contained in:
parent
ff6912e3ff
commit
6bd7c25ec3
6 changed files with 11 additions and 10 deletions
|
@ -122,7 +122,7 @@ renderscore(DynamicEntity *d)
|
|||
menumanual(0, scoreLines.count - 1, line);
|
||||
}
|
||||
|
||||
static const int maxTeams = 4;
|
||||
#define maxTeams 4
|
||||
static OFString *teamName[maxTeams];
|
||||
static int teamScore[maxTeams];
|
||||
static size_t teamsUsed;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue