Commit 810c3b1
committed
wrapper: Fix mis-application of flags filter
Fix a bug introduced with 5d23e0, where we were filtering out standard
paths from preprocessor flags instead of compiler flags. In practice,
this didn't change any behaviors because we wanted to filter
preprocessor flags (and already had, so this call was a no-op) and
we never put -Is in compiler flags. But it's a mistake and Coverity
found it, so fix it.
Fixes CID 1503336.
Signed-off-by: Brian Barrett <bbarrett@amazon.com>1 parent 52ed8bc commit 810c3b1
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
402 | 402 | | |
403 | 403 | | |
404 | 404 | | |
405 | | - | |
| 405 | + | |
406 | 406 | | |
407 | 407 | | |
408 | 408 | | |
| |||
0 commit comments