diff options
author | Iavor S. Diatchki <iavor.diatchki@gmail.com> | 2011-12-18 18:34:38 -0800 |
---|---|---|
committer | Iavor S. Diatchki <iavor.diatchki@gmail.com> | 2011-12-18 18:34:38 -0800 |
commit | d6705e972b905f5034bdc3e0b2fca65f9be33b22 (patch) | |
tree | 59e619e7b0f69423eff1b34aaa263c6ef81a99d1 /mk | |
parent | b7c1a7a7029e07c64da54312b8b8fae942a7b98a (diff) | |
download | haskell-d6705e972b905f5034bdc3e0b2fca65f9be33b22.tar.gz |
Remove tabs, so that I can push.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/validate-settings.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mk/validate-settings.mk b/mk/validate-settings.mk index 86bb73ed60..688cd02a80 100644 --- a/mk/validate-settings.mk +++ b/mk/validate-settings.mk @@ -9,7 +9,7 @@ SRC_CC_OPTS += -Wall $(WERROR) # Debian doesn't turn -Werror=unused-but-set-variable on by default, so # we turn it on explicitly for consistency with other users ifeq "$(GccLT46)" "NO" -SRC_CC_OPTS += -Werror=unused-but-set-variable +SRC_CC_OPTS += -Werror=unused-but-set-variable # gcc 4.6 gives 3 warning for giveCapabilityToTask not being inlined SRC_CC_OPTS += -Wno-error=inline endif |