Need suppress more warnings for SQS on Ubuntu 18.04

Environment

Ubuntu 18.04

Description

These CXX Flags are needed to build SQS on Ubuntu 18.04:

set(EXTERNAL_CXX_FLAGS "-Wno-error=implicit-fallthrough -Wno-error=int-in-bool-context -Wno-error=format-nonliteral" )

ExternalProject_Add(

... 

CMAKE_ARGS ... -DCMAKE_CXX_FLAGS=${EXTERNAL_CXX_FLAGS}

Conclusion

None

Activity

Show:
Fixed
Pinned fields
Click on the next to a field label to start pinning.

Details

Components

Assignee

Reporter

Priority

Fix versions

Pull Request URL

Affects versions

Created May 17, 2018 at 7:46 PM
Updated May 30, 2018 at 2:03 PM
Resolved May 30, 2018 at 2:03 PM