summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPhilip Edelbrock <phil@netroedge.com>1999-05-12 05:17:04 +0000
committerPhilip Edelbrock <phil@netroedge.com>1999-05-12 05:17:04 +0000
commitf55a86c7db2665ac399eaa0bb6a558be9c157a98 (patch)
treeb6bea4367a16c2f2f0aa71b0fecc8276640d6a7a /Makefile
parente2eaa8a9a4be48b4f0d5de551f21910710fcfaac (diff)
downloadlm-sensors-git-f55a86c7db2665ac399eaa0bb6a558be9c157a98.tar.gz
(Phil) Some cleaning up and documentation.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@461 7894878c-1315-0410-8ee3-d5d059ff63e0
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 79487aa9..c9649a64 100644
--- a/Makefile
+++ b/Makefile
@@ -56,8 +56,8 @@ I2C := 1
# Uncomment the second line if you are a developer. This will enable many
# additional warnings at compile-time
-WARN := 0
-#WARN := 1
+#WARN := 0
+WARN := 1
# Uncomment the second line if you want to get (loads of) debug information.
# Not recommended, unless you are actually debugging the code