sim: v850: cleanup build warnings

This port only had one minor warning left in it, so fix it and then
enable -Werror behavior by deleting the macro call.  We'll use the
common default now (which is -Werror).
This commit is contained in:
Mike Frysinger
2021-01-31 15:17:18 -05:00
parent 44b30b7f0e
commit 5f05936d9b
4 changed files with 124 additions and 107 deletions

View File

@@ -11,6 +11,7 @@
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif
#include <stdlib.h>
#include <string.h>
#include "targ-vals.h"