-
Notifications
You must be signed in to change notification settings - Fork 250
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
More CMake changes and less warnings
- remove `juce_recommended_warning_flags` This otherwise builds with `-Wall -Wextra` which shows a lot of less- or unimportant warnings with the important ones lost inbetween, plus you can not supress warnings. - move recommended lto and config flags to public as per juce recomendation - fix a few warnings - update tuningui submodule In total this brings the 2k+ displayed warnings down to managable 28 which are a few deprecated-declarations and two unused values. - add configurable option to add or supress warnings to CMakeLists.txt turned on as an example for linux, which in this example supresses the remaining warnings while newly introduced warnings will error.
- Loading branch information
haenkel
committed
Apr 6, 2022
1 parent
3631907
commit ead7c7f
Showing
7 changed files
with
45 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters