gcc warnings

This commit is contained in:
Vitor Santos Costa
2015-10-20 08:06:46 +01:00
parent cba4fdfe95
commit 20c87f1ab6
5 changed files with 11 additions and 18 deletions

View File

@@ -131,6 +131,7 @@ BEGIN_ERRORS()
E(TYPE_ERROR_CALLABLE, TYPE_ERROR, "callable")
E(TYPE_ERROR_CHAR, TYPE_ERROR, "char")
E(TYPE_ERROR_CHARACTER, TYPE_ERROR, "character")
E(TYPE_ERROR_CHARACTER_CODE, TYPE_ERROR, "character_code")
E(TYPE_ERROR_COMPOUND, TYPE_ERROR, "compound")
E(TYPE_ERROR_DBREF, TYPE_ERROR, "dbref")
E(TYPE_ERROR_DBTERM, TYPE_ERROR, "dbterm")