Commit dd2b93d7 authored by Akiyoshi Ochiai's avatar Akiyoshi Ochiai Committed by Rodrigo Queiro

Fix __attribute__((noreturn)) mismatch warning in Bazel build

parent 2f493d29
......@@ -69,6 +69,7 @@ def glog_library(namespace='google', with_gflags=1):
'-DHAVE_SIGACTION',
# For logging.cc.
'-DHAVE_PREAD',
'-DHAVE___ATTRIBUTE__',
# Include generated header files.
'-I%s/glog_internal' % gendir,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment