mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2025-08-08 23:30:06 +00:00
Fix some warnings
mostly sign-related, but also some about commas after the last item in an enum list, usage of default in switches, implicit or old-style casts
This commit is contained in:
parent
21fa854c87
commit
9245bee717
38 changed files with 128 additions and 126 deletions
|
@ -1,5 +1,5 @@
|
|||
#ifndef __BBGE_COMPILE_CONFIG_H__
|
||||
#define __BBGE_COMPILE_CONFIG_H__
|
||||
#ifndef BBGE_COMPILE_CONFIG_H
|
||||
#define BBGE_COMPILE_CONFIG_H
|
||||
|
||||
#ifndef BBGE_SKIP_CONFIG_HEADERS
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue