diff --git a/src/ox/fs/filesystem.cpp b/src/ox/fs/filesystem.cpp index b4a3a758a..b0e5de159 100644 --- a/src/ox/fs/filesystem.cpp +++ b/src/ox/fs/filesystem.cpp @@ -30,7 +30,7 @@ FileSystem *createFileSystem(void *buff) { } break; default: - return nullptr; + break; } return fs; diff --git a/src/ox/std/CMakeLists.txt b/src/ox/std/CMakeLists.txt index 6c28d48a1..c0d2f10e2 100644 --- a/src/ox/std/CMakeLists.txt +++ b/src/ox/std/CMakeLists.txt @@ -9,6 +9,7 @@ add_library( install( FILES + byteswap.hpp memops.hpp strops.hpp std.hpp