diff options
Diffstat (limited to 'mk')
-rw-r--r-- | mk/warnings.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/warnings.mk b/mk/warnings.mk index 69990a75c5..9426db2a1d 100644 --- a/mk/warnings.mk +++ b/mk/warnings.mk @@ -11,8 +11,8 @@ SRC_HC_OPTS += -Wall SRC_HC_OPTS_STAGE1 += $(WERROR) SRC_HC_OPTS_STAGE2 += $(WERROR) -# Enable -Wcpp-undef for GHC components only as we don't (currently) expect core -# libraries to build in this configuration (see #13636). +# Enable -Wcpp-undef for GHC components only, as we don't (currently) expect +# core libraries to build in this configuration (see #13636). GhcRtsHcOpts += -Wcpp-undef GhcStage1HcOpts += -Wcpp-undef GhcStage2HcOpts += -Wcpp-undef |