Skip to content

Commit 5505f77

Browse files
committed
fix
1 parent 68a2e05 commit 5505f77

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

cmake/config.cmake

-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ endif()
3030

3131
if(APPLE)
3232
set(CMAKE_INSTALL_RPATH "@loader_path;@executable_path")
33-
add_compile_options("-Wno-deprecated-declarations") # supress tmpnam
3433
elseif(UNIX)
3534
set(CMAKE_INSTALL_RPATH "$ORIGIN")
3635
endif()

source/include/Utils/LoggerUtils.h

+4
Original file line numberDiff line numberDiff line change
@@ -208,4 +208,8 @@ class MAA_UTILS_API LogStream
208208
const bool stdout_ = false;
209209
const StringConverter string_converter_;
210210

211+
separator sep_ = separator::space;
211212
std::stringstream buffer_;
213+
};
214+
215+
MAA_LOG_NS_END

0 commit comments

Comments
 (0)