diff options
author | YamaArashi <YamaArashi@users.noreply.github.com> | 2016-12-12 19:26:25 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-12 19:26:25 -0800 |
commit | e6c9d717dfad90e5423ebfc6aef53e0b19ef808d (patch) | |
tree | 6d18550f086819f3dee2918f9f04dea22ba9a9b1 /src/item.c | |
parent | 36214115534dd9329b5c02d78595967e671b6caf (diff) | |
parent | 6a07ab586cb3f472657a8572a6b7270ea8751f6a (diff) |
Merge pull request #126 from marijnvdwerf/clean/up-warnings
Increase warnings and turn warnings into errors
Diffstat (limited to 'src/item.c')
-rw-r--r-- | src/item.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/item.c b/src/item.c index 84ab4c1c8..3f74b5925 100644 --- a/src/item.c +++ b/src/item.c @@ -58,7 +58,7 @@ void CopyItemName(u16 itemId, u8 *string) } //Unreferenced -static s8 CountUsedBagPocketSlots(u8 pocket) +s8 CountUsedBagPocketSlots(u8 pocket) { u8 i; |