Ceedling icon indicating copy to clipboard operation
Ceedling copied to clipboard

Using -isystem for third party headers

Open maBarabas opened this issue 2 years ago • 0 comments

I have some third-party libraries that are causing warnings in their headers. I would prefer to hide these during the test build so I can focus on warnings from my code. This can be done in gcc by using the -isystem flag instead of -I. Is it possible to tell ceedling to use this flag?

maBarabas avatar Sep 14 '22 14:09 maBarabas