Shut up some clang warnings
This seems to produce the same assembly code
This commit is contained in:
parent
1a0cb626f8
commit
64412196f1
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ struct TEXT_SCRIPT
|
||||||
signed char flags;
|
signed char flags;
|
||||||
|
|
||||||
// Current positions (read position in buffer, x position in line)
|
// Current positions (read position in buffer, x position in line)
|
||||||
unsigned int p_read;
|
int p_read;
|
||||||
int p_write;
|
int p_write;
|
||||||
|
|
||||||
// Current line to write to
|
// Current line to write to
|
||||||
|
|
Loading…
Add table
Reference in a new issue