8000 warning C4005: 'LOG': macro redefinition in cef_logging.h · Issue #201 · cztomczak/phpdesktop · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
warning C4005: 'LOG': macro redefinition in cef_logging.h #201
Open
@cztomczak

Description

@cztomczak

LOG macro needs to be renamed in "phpdesktop-chrome57/cef/include/base/cef_logging.h":

\bLOG\( ==> CEF_LOG\(
LOG_INFO ==> CEF_LOG_INFO
LOG_WARNING ==> CEF_LOG_WARNING
LOG_ERROR ==> CEF_LOG_ERROR

Logs from when building:

c:\github\phpdesktop\phpdesktop-chrome57\cef\../log.h(144): warning C4005: 'LOG': macro redefinition
1>  c:\github\phpdesktop\phpdesktop-chrome57\cef\include/base/cef_logging.h(273): note: see previous definition of 'LOG'

Issue report on CEF Forum: http://www.magpcss.org/ceforum/viewtopic.php?f=6&t=12356

This is fixed. However keeping this Open for the next CEF update, as this needs fixing each time CEF is updated.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0