mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 15:58:59 +08:00
Removed debug pragma
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user