mirror of
https://github.com/apache/nuttx.git
synced 2026-08-01 20:28:58 +00:00
Eliminate a warning.
This commit is contained in:
parent
c8dad11bf0
commit
5df894ee44
1 changed files with 2 additions and 0 deletions
|
|
@ -82,7 +82,9 @@ static bool g_nxserver_started;
|
|||
int nx_server(int argc, char *argv[])
|
||||
{
|
||||
FAR NX_DRIVERTYPE *dev;
|
||||
#ifndef CONFIG_NXSTART_EXTERNINIT
|
||||
int ret;
|
||||
#endif
|
||||
|
||||
#if defined(CONFIG_NXSTART_EXTERNINIT)
|
||||
/* Use external graphics driver initialization */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue