-
Notifications
You must be signed in to change notification settings - Fork 67
Open
Labels
Description
Describe the bug
Clice gives warning of headers in -isystem path. I encountered this while using microsoft/proxy library.
To Reproduce
Steps to reproduce the behavior:
- Introduce a library through
-isystem <include_path>incompile_commands.jsonwith warning into the project. - Clice will report that warning.
Expected behavior
No warning for library codes.
Screenshots
Clice report (for me):
builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead
Desktop (please complete the following information):
- OS: Manjaro Linux
- Browser: ?? what?
- Version 0.1alpha2
Reactions are currently unavailable