zephyr/cmake/compiler
Rihards Skuja 38e1bf1f29 cmake: toolchain: fix unsupported warnings for C++ builds
Compile with arm-none-eabi-g++ (10.2.0 with -std=c++17) generates a
warning for every C++ source file:
"cc1plus: warning: command-line option '-Wno-pointer-sign' is valid for
C/ObjC but not for C++"

Get rid of those warnings by adding '-Wno-pointer-sign' to the list of
excluded CXX options.

Signed-off-by: Rihards Skuja <rihardssk@mikrotik.com>
2020-09-03 21:47:14 +02:00
..
clang coding_guideline: Add optional flag to check override initialization 2020-08-28 16:50:39 -04:00
gcc cmake: toolchain: fix unsupported warnings for C++ builds 2020-09-03 21:47:14 +02:00
host-gcc
xcc cmake: Correct PATHS usage 2020-05-20 12:10:20 +02:00