Skip to content

Commit

Permalink
Merge pull request #743 from benrubson/warn
Browse files Browse the repository at this point in the history
kSysLogLoggerId defined but not used
  • Loading branch information
abumq authored Mar 12, 2020
2 parents b7e58d9 + fcf9c6c commit 9532481
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/easylogging++.h
Original file line number Diff line number Diff line change
Expand Up @@ -3632,6 +3632,7 @@ class SysLogInitializer {
public:
SysLogInitializer(const char* processIdent, int options = 0, int facility = 0) {
#if defined(ELPP_SYSLOG)
(void)base::consts::kSysLogLoggerId;
openlog(processIdent, options, facility);
#else
ELPP_UNUSED(processIdent);
Expand Down

0 comments on commit 9532481

Please sign in to comment.