aboutsummaryrefslogtreecommitdiff
path: root/gcc/symtab.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/symtab.cc')
-rw-r--r--gcc/symtab.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/symtab.cc b/gcc/symtab.cc
index fb2aca5..3dbfad3 100644
--- a/gcc/symtab.cc
+++ b/gcc/symtab.cc
@@ -882,7 +882,7 @@ static const char * const toplevel_type_names[] =
"variable",
};
-static_assert (ARRAY_SIZE(toplevel_type_names)==TOPLEVEL_MAX);
+static_assert (ARRAY_SIZE(toplevel_type_names) == TOPLEVEL_MAX, "");
/* Dump the visibility of the symbol. */