mirror of
https://github.com/apache/nuttx.git
synced 2026-08-02 12:49:00 +00:00
configs/xtrs/nsh and pashello now use kconfig-frontends and build Windows native
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5422 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
parent
620d1c9a33
commit
df9a72994f
45 changed files with 1076 additions and 591 deletions
|
|
@ -127,7 +127,9 @@ FAR char *strcasestr(FAR const char *str, FAR const char *substr)
|
|||
candidate++;
|
||||
}
|
||||
|
||||
/* Won't get here, but some compilers might complain */
|
||||
/* Won't get here, but some compilers might complain. Others might complain
|
||||
* about this code being unreachable too.
|
||||
*/
|
||||
|
||||
return NULL;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -97,7 +97,9 @@ char *strstr(const char *str, const char *substr)
|
|||
candidate++;
|
||||
}
|
||||
|
||||
/* Won't get here, but some compilers might complain */
|
||||
/* Won't get here, but some compilers might complain. Other compilers
|
||||
* might complain about this code being unreachable too.
|
||||
*/
|
||||
|
||||
return NULL;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue