Ceedling
Ceedling copied to clipboard
Using -isystem for third party headers
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?