summaryrefslogtreecommitdiffhomepage
path: root/editor/app.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'editor/app.cpp')
-rw-r--r--editor/app.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/app.cpp b/editor/app.cpp
index bd7748fb..9f8914f0 100644
--- a/editor/app.cpp
+++ b/editor/app.cpp
@@ -52,6 +52,7 @@ static bool parse_bool(StringView name, const Corrade::Utility::Arguments& args,
return def;
}
+[[maybe_unused]]
static int atoi_(const char* str)
{
bool negative = false;