Skip to content

Conversation

@bshastry
Copy link
Contributor

@bshastry bshastry commented Aug 15, 2019

…ns for clang version greater than 9.0

fixes #7264 and should fix oss-fuzz build failure once merged to develop

@bshastry
Copy link
Contributor Author

We don't have a CI yet to test this but I have verified that it works locally with upstream clang (versioned 10.0.0)

set(JSONCPP_CXX_FLAGS -std=c++17)
else()
set(JSONCPP_CXX_FLAGS ${CMAKE_CXX_FLAGS})
# jsoncpp uses implicit casts for comparing integer and
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sounds like a good feature to activate without condition. That would also reduce the config complexity.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated PR

@bshastry bshastry merged commit c89eb84 into develop Aug 15, 2019
@bshastry bshastry deleted the fix-7264 branch August 15, 2019 16:10
resonant-riches added a commit to ChorusOne/azimuth-cli that referenced this pull request Mar 4, 2024
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.

[Build] jsoncpp 1.8.4 compilation fails with clang-10

3 participants