Remove warnings

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1915 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2009-06-20 14:44:56 +00:00
parent 680b476d38
commit 805fce4c01
4 changed files with 81 additions and 8 deletions

View File

@@ -94,8 +94,8 @@ int load_module(const char *filename, FAR struct binary_s *bin)
ret = -EINVAL;
}
else
{
#endif
{
bdbg("Loading %s\n", filename);
/* Disabling pre-emption should be sufficient protection while