Skip to content

Fix compiling with clang#1344

Merged
implausible merged 3 commits into
nodegit:masterfrom
rsmarples:fix-clang
Nov 28, 2017
Merged

Fix compiling with clang#1344
implausible merged 3 commits into
nodegit:masterfrom
rsmarples:fix-clang

Conversation

@rsmarples
Copy link
Copy Markdown
Contributor

Solves two issues:

  1. clang does not support -Wno-c++11-extensions
  2. nodegit uses c++11 and clang requires the -std=c++11 flag to build with

Tested with clang-4, clang-5 and gcc-5.4

@implausible implausible merged commit 4611ca7 into nodegit:master Nov 28, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants