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
|
@ -529,7 +529,7 @@ setvdelta(int delta)
|
|||
addmsg(1, 6, SV_EDITD, sel.x, sel.y, sel.xs, sel.ys, delta);
|
||||
}
|
||||
|
||||
const int MAXARCHVERT = 50;
|
||||
#define MAXARCHVERT 50
|
||||
int archverts[MAXARCHVERT][MAXARCHVERT];
|
||||
bool archvinit = false;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue