We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68a2e05 commit 5505f77Copy full SHA for 5505f77
cmake/config.cmake
@@ -30,7 +30,6 @@ endif()
30
31
if(APPLE)
32
set(CMAKE_INSTALL_RPATH "@loader_path;@executable_path")
33
- add_compile_options("-Wno-deprecated-declarations") # supress tmpnam
34
elseif(UNIX)
35
set(CMAKE_INSTALL_RPATH "$ORIGIN")
36
endif()
source/include/Utils/LoggerUtils.h
@@ -208,4 +208,8 @@ class MAA_UTILS_API LogStream
208
const bool stdout_ = false;
209
const StringConverter string_converter_;
210
211
+ separator sep_ = separator::space;
212
std::stringstream buffer_;
213
+};
214
+
215
+MAA_LOG_NS_END
0 commit comments