You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@impala.apache.org by "Dan Hecht (Code Review)" <ge...@cloudera.org> on 2016/03/14 22:12:49 UTC

[Impala-CR](cdh5-trunk) IMPALA-3183: clang doesn't allow C files to have -std=c++14

Dan Hecht has uploaded a new change for review.

  http://gerrit.cloudera.org:8080/2540

Change subject: IMPALA-3183: clang doesn't allow C files to have -std=c++14
......................................................................

IMPALA-3183: clang doesn't allow C files to have -std=c++14

Using the same workaround we used for IMPALA-2845 (rune.c): Rename the
.c to .cc, and put extern "C" around it.

Testing:
 - make_asan.sh and run some queries
 - make_debug.sh and run some queries

Change-Id: I1dc8723214ec157aa7dc870d463294da4c754df2
---
M be/src/gutil/CMakeLists.txt
R be/src/gutil/dynamic_annotations.cc
2 files changed, 4 insertions(+), 5 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/Impala refs/changes/40/2540/1
-- 
To view, visit http://gerrit.cloudera.org:8080/2540
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I1dc8723214ec157aa7dc870d463294da4c754df2
Gerrit-PatchSet: 1
Gerrit-Project: Impala
Gerrit-Branch: cdh5-trunk
Gerrit-Owner: Dan Hecht <dh...@cloudera.com>