Modify easylogging vendor, mute warn (#598)

This commit is contained in:
Ben RUBSON 2020-03-04 22:24:27 +01:00 committed by GitHub
parent 6d1ce2eeb4
commit a37e139bba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);