DCHECK produce lot of warnings
Issue #3264
wontfix
Plenty of warnings when including the prebuilt version (Release mode):
In file included from /XXX/cef_binary/include/base/cef_ref_counted.h:52, from /XXX/cef_binary/include/internal/cef_ptr.h:37, from /XXX/cef_binary/include/cef_base.h:39, from /XXX/cef_binary/include/cef_values.h:42, from /XXX/cef_binary/include/cef_accessibility_handler.h:41, from /XXX/cef_binary/include/cef_render_handler.h:43, ... /XXX/cef_binary/include/base/cef_scoped_refptr.h:109:1: warning: ISO C++11 requires at least one argument for the "..." in a variadic macro 109 | DCHECK(obj);
Note: You should check out warnings with -Wshadow using clanng++
Comments (3)
-
-
- changed status to wontfix
-
reporter Except that I’m compiling with C++17
- Log in to comment
CEF requires C++14. See this announcement.