Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,4 @@ Currently these compilers/versions are supported:
- Clang 4, 5, 6, 7, 8

If used with newer compilers, this library will still work, but warnings introduced with newer compiler versions are not deactivated.
Newer compilers support `#pragma GCC system_header` which can be used to supress all warnings from a particular file.