mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-02 04:39:01 +00:00
Eliminate a warning about unused static data.
This commit is contained in:
parent
970e98a902
commit
a063227e58
1 changed files with 3 additions and 0 deletions
|
|
@ -68,8 +68,11 @@ static char * const g_argv[NARGS+1] =
|
|||
NULL
|
||||
};
|
||||
|
||||
#ifndef CONFIG_DISABLE_ENVIRON
|
||||
static const char g_varname[] = "VarName";
|
||||
static const char g_varvalue[] = "VarValue";
|
||||
#endif
|
||||
|
||||
static bool g_restarted;
|
||||
|
||||
/****************************************************************************
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue