mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-17 20:52:36 +01:00
Fixed warning.
This commit is contained in:
2
3rdparty/fcpp/cpp6.c
vendored
2
3rdparty/fcpp/cpp6.c
vendored
@@ -429,7 +429,7 @@ ReturnCode scannumber(struct Global *global,
|
||||
* dotflag signals "saw 'L'", and
|
||||
* expseen signals "saw 'U'".
|
||||
*/
|
||||
char done=TRUE;
|
||||
done=TRUE;
|
||||
while(done) {
|
||||
switch (c) {
|
||||
case 'l':
|
||||
|
||||
Reference in New Issue
Block a user