summaryrefslogtreecommitdiff
path: root/05/tcc-0.9.25/libtcc.c
diff options
context:
space:
mode:
Diffstat (limited to '05/tcc-0.9.25/libtcc.c')
-rw-r--r--05/tcc-0.9.25/libtcc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/05/tcc-0.9.25/libtcc.c b/05/tcc-0.9.25/libtcc.c
index f842f27..3311357 100644
--- a/05/tcc-0.9.25/libtcc.c
+++ b/05/tcc-0.9.25/libtcc.c
@@ -2178,7 +2178,7 @@ typedef struct FlagDef {
const char *name;
} FlagDef;
-static const FlagDef warning_defs[] = {
+static FlagDef warning_defs[] = {
{ 0, 0, "unsupported" },
{ 0, 0, "write-strings" },
{ 0, 0, "error" },
@@ -2235,7 +2235,7 @@ int tcc_set_warning(TCCState *s, const char *warning_name, int value)
}
}
-static const FlagDef flag_defs[] = {
+static FlagDef flag_defs[] = {
{ 0, 0, "unsigned-char" },
{ 0, FD_INVERT, "signed-char" },
{ 0, FD_INVERT, "common" },