Skip to content

Commit

Permalink
debug names/lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ksherlock committed Sep 25, 2013
1 parent aa6bcc0 commit 09ebb6c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions dictionary.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#pragma optimize 79
#pragma noroot
#pragma debug 0x8000
#pragma lint -1

#include "dictionary.h"
#include <memory.h>
Expand Down
4 changes: 3 additions & 1 deletion http.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@

#pragma optimize 79
#pragma noroot

#pragma debug 0x8000
#pragma lint -1

#include <TCPIP.h>
#include <MiscTool.h>
#include <Memory.h>
Expand Down

0 comments on commit 09ebb6c

Please sign in to comment.