Skip to content

Commit

Permalink
Address warnings on Windows in Elklog
Browse files Browse the repository at this point in the history
  • Loading branch information
IliasBergstrom committed May 15, 2024
1 parent a71e294 commit 81c9baa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion include/elklog/elk_logger.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,12 @@
ELK_PUSH_WARNING
ELK_DISABLE_REORDER
#include "spdlog/sinks/rotating_file_sink.h"
ELK_POP_WARNING

#include "spdlog/async.h"
#include "spdlog/spdlog.h"

ELK_POP_WARNING

#include "rtlogger.h"

#if __cplusplus >= 202002L
Expand Down
1 change: 1 addition & 0 deletions include/elklog/rtlogmessage.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@

ELK_PUSH_WARNING
ELK_DISABLE_DEPRECATED_DECLARATIONS
ELK_DISABLE_CONDITIONAL_EXPRESSION_IS_CONSTANT
ELK_DISABLE_UNKNOWN_PRAGMAS
ELK_DISABLE_DEPRECATED
#include <spdlog/fmt/bundled/format.h>
Expand Down

0 comments on commit 81c9baa

Please sign in to comment.