Skip to content

Commit

Permalink
Fix a few lint warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
colinoflynn committed May 31, 2012
1 parent c2f2916 commit 32bcbee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion doc/pclint/project-settings.lnt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
-iapps
-iapps/demo/include
-ihal/lpc111x/include
-iphy/at86rf230/include
-inwk/include
-iphy/include
-isys/include

//For Eclipse, we change output format of messages
Expand Down
3 changes: 3 additions & 0 deletions sys/src/sysMem.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@
#include "sysMem.h"
#include "sysTypes.h"

/*lint --e{826} Surpress 'pointer conversion' messages, which occur when we
* convert from the mem_pool dec to that type */

/*****************************************************************************
*****************************************************************************/
#ifndef SYS_MEM_POOL_SIZE
Expand Down

0 comments on commit 32bcbee

Please sign in to comment.