Alexey Serbin has uploaded this change for review. (
http://gerrit.cloudera.org:8080/19200
Change subject: [gutil] fix compilation warning on macOS
......................................................................
[gutil] fix compilation warning on macOS
This patch fixes compilation warning on contemporary versions of Xcode
(starting at least with Xcode 12.4):
In file included from src/kudu/util/status.h:30:
In file included from src/kudu/gutil/macros.h:14:
src/kudu/gutil/port.h:237:9: warning: 'MSG_NOSIGNAL' macro redefined
[-Wmacro-redefined]
#define MSG_NOSIGNAL 0
^
<SDK>/usr/include/sys/socket.h:588:9: note: previous definition is here
Change-Id: Ie0ec3876ccb8dcc6f67725cfb4a7380b092e0384
---
M src/kudu/gutil/port.h
1 file changed, 4 insertions(+), 1 deletion(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/00/19200/1
--
To view, visit http://gerrit.cloudera.org:8080/19200
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ie0ec3876ccb8dcc6f67725cfb4a7380b092e0384
Gerrit-Change-Number: 19200
Gerrit-PatchSet: 1
Gerrit-Owner: Alexey Serbin <[email protected]>