aboutsummaryrefslogtreecommitdiff
path: root/src/Conf.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Conf.cpp')
-rw-r--r--src/Conf.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Conf.cpp b/src/Conf.cpp
index 852fcd4..3b0e246 100644
--- a/src/Conf.cpp
+++ b/src/Conf.cpp
@@ -383,6 +383,7 @@ namespace sibs
case PLATFORM_LINUX64: return "linux64";
case PLATFORM_WIN32: return "win32";
case PLATFORM_WIN64: return "win64";
+ default: return nullptr;
}
}
@@ -393,6 +394,7 @@ namespace sibs
case OPT_LEV_NONE: return "none";
case OPT_LEV_DEBUG: return "debug";
case OPT_LEV_RELEASE: return "release";
+ default: return nullptr;
}
}