Eliminate warning about an unused global variable.

This commit is contained in:
Gregory Nutt 2017-08-12 16:40:09 -06:00
parent 4477cbcbd1
commit 0bc7bce916

View File

@ -102,7 +102,10 @@
* Private Data
****************************************************************************/
#ifdef CONFIG_NX_KBD
static const uint8_t g_pumsg[] = "Pop-Up!";
#endif
static const char *g_bgmsg[BGMSG_LINES] =
{
"\nJULIET\n", /* Line 1 */