Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix the clang build for clang 14 (#3923)
* Fix the clang build for clang 14. clang 14 does not understand -Wno-deprecated-builtins, which causes problems trying to compile Fast-DDS on Ubuntu 22.04 Signed-off-by: Chris Lalancette <clalancette@gmail.com> * Only add the flag for Clang 15 and newer. Signed-off-by: Chris Lalancette <clalancette@gmail.com> --------- Signed-off-by: Chris Lalancette <clalancette@gmail.com> (cherry picked from commit 38820e9)
- Loading branch information