mirror of
https://github.com/apache/nuttx.git
synced 2026-03-27 10:39:28 +08:00
Another fix misthink in big cppcheck changed
This commit is contained in:
@@ -108,7 +108,7 @@ static inline int vsyslog_internal(FAR const char *fmt, va_list ap)
|
||||
|
||||
/* Get the current time */
|
||||
|
||||
(void)clock_systimespec(&ts);
|
||||
ret = clock_systimespec(&ts);
|
||||
#endif
|
||||
|
||||
#if defined(CONFIG_SYSLOG)
|
||||
|
||||
Reference in New Issue
Block a user