Reading List

Swift Proposal: Precise Control Flags Over Compiler Warnings from Michael Tsai RSS feed.

Swift Proposal: Precise Control Flags Over Compiler Warnings

SE-0443: This proposal suggests adding new options that will allow the behavior of warnings to be controlled based on their diagnostic group.-Werror <group> - upgrades warnings in the specified group to errors-Wwarning <group> - indicates that warnings in the specified group should remain warnings, even if they were previously suppressed or upgraded to errors[…]Thus, for […]