From 09ebb6c84200f6a2cc44088718563baf665bcf02 Mon Sep 17 00:00:00 2001 From: Kelvin Sherlock Date: Tue, 24 Sep 2013 22:44:55 -0400 Subject: [PATCH] debug names/lint --- dictionary.c | 2 ++ http.c | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/dictionary.c b/dictionary.c index fdf59e5..54f6c60 100644 --- a/dictionary.c +++ b/dictionary.c @@ -1,5 +1,7 @@ #pragma optimize 79 #pragma noroot +#pragma debug 0x8000 +#pragma lint -1 #include "dictionary.h" #include diff --git a/http.c b/http.c index 4becaa7..ef076dd 100644 --- a/http.c +++ b/http.c @@ -16,7 +16,9 @@ #pragma optimize 79 #pragma noroot - +#pragma debug 0x8000 +#pragma lint -1 + #include #include #include