mirror of
https://github.com/vgough/encfs.git
synced 2024-11-21 15:33:16 +01:00
Modify easylogging vendor, mute warn (#598)
This commit is contained in:
parent
6d1ce2eeb4
commit
a37e139bba
1
vendor/github.com/muflihun/easyloggingpp/src/easylogging++.h
generated
vendored
1
vendor/github.com/muflihun/easyloggingpp/src/easylogging++.h
generated
vendored
@ -3632,6 +3632,7 @@ class SysLogInitializer {
|
|||||||
public:
|
public:
|
||||||
SysLogInitializer(const char* processIdent, int options = 0, int facility = 0) {
|
SysLogInitializer(const char* processIdent, int options = 0, int facility = 0) {
|
||||||
#if defined(ELPP_SYSLOG)
|
#if defined(ELPP_SYSLOG)
|
||||||
|
(void)base::consts::kSysLogLoggerId;
|
||||||
openlog(processIdent, options, facility);
|
openlog(processIdent, options, facility);
|
||||||
#else
|
#else
|
||||||
ELPP_UNUSED(processIdent);
|
ELPP_UNUSED(processIdent);
|
||||||
|
Loading…
Reference in New Issue
Block a user