mirror of
https://github.com/devkitPro/wut.git
synced 2026-08-24 03:35:15 -05:00
Build libraries with -Wall and -Werror.
This commit is contained in:
@@ -36,7 +36,7 @@ __wut_fs_fixpath(struct _reent *r,
|
||||
int
|
||||
__wut_fs_translate_error(FSStatus error)
|
||||
{
|
||||
switch (error) {
|
||||
switch ((int32_t)error) {
|
||||
case FS_STATUS_END:
|
||||
return ENOENT;
|
||||
case FS_STATUS_CANCELLED:
|
||||
|
||||
Reference in New Issue
Block a user