Alexey Serbin has submitted this change and it was merged. (
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
Reviewed-on: http://gerrit.cloudera.org:8080/19200
Tested-by: Kudu Jenkins
Reviewed-by: Yifan Zhang <[email protected]>
---
M src/kudu/gutil/port.h
1 file changed, 4 insertions(+), 1 deletion(-)
Approvals:
Kudu Jenkins: Verified
Yifan Zhang: Looks good to me, approved
--
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: merged
Gerrit-Change-Id: Ie0ec3876ccb8dcc6f67725cfb4a7380b092e0384
Gerrit-Change-Number: 19200
Gerrit-PatchSet: 2
Gerrit-Owner: Alexey Serbin <[email protected]>
Gerrit-Reviewer: Alexey Serbin <[email protected]>
Gerrit-Reviewer: Attila Bukor <[email protected]>
Gerrit-Reviewer: Kudu Jenkins (120)
Gerrit-Reviewer: Marton Greber <[email protected]>
Gerrit-Reviewer: Yifan Zhang <[email protected]>