Skip to content

Commit

Permalink
feat(gcc): add gcc 14 warnings
Browse files Browse the repository at this point in the history
Add gcc 14 warnings. Generated with `make.sh -g`.
  • Loading branch information
pkolbus committed May 7, 2024
1 parent 2945227 commit f518431
Show file tree
Hide file tree
Showing 6 changed files with 2,331 additions and 0 deletions.
5 changes: 5 additions & 0 deletions gcc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ for a specific version of GCC that you have, you can run GCC with `gcc
options lists are available below:


* GCC 14 [all](warnings-14.txt)
[top level](warnings-top-level-14.txt)
[detail](warnings-detail-14.txt)
[unique](warnings-unique-14.txt)
[diff](warnings-diff-13-14.txt)
* GCC 13 [all](warnings-13.txt)
[top level](warnings-top-level-13.txt)
[detail](warnings-detail-13.txt)
Expand Down
Loading

0 comments on commit f518431

Please sign in to comment.