mirror of
https://github.com/apache/nuttx.git
synced 2026-09-05 16:42:58 +00:00
Removed debug pragma
This commit is contained in:
parent
55b798c357
commit
d538b6b318
1 changed files with 1 additions and 1 deletions
|
|
@ -159,7 +159,7 @@ int sscanf(FAR const char *buf, FAR const char *fmt, ...)
|
|||
* ANSI standard vsscanf implementation.
|
||||
*
|
||||
****************************************************************************/
|
||||
#pragma GCC optimize ("O0")
|
||||
|
||||
int vsscanf(FAR const char *buf, FAR const char *fmt, va_list ap)
|
||||
{
|
||||
FAR const char *bufstart;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue