From f9feb671623bc0e7c4ad184ea4a6927ecbfc9272 Mon Sep 17 00:00:00 2001 From: Thilo Graf Date: Sun, 7 Feb 2016 15:04:58 +0100 Subject: [PATCH] CTestMenu: disable unused vars prevents possible compiler warnings or builderrors with pedantic gcc settings Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/9ff903f7a68f2a935bb3af25ddcd7e06a61e6c22 Author: Thilo Graf Date: 2016-02-07 (Sun, 07 Feb 2016) ------------------ This commit was generated by Migit --- src/gui/test_menu.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/test_menu.cpp b/src/gui/test_menu.cpp index 4cce0bbe6..02e839237 100644 --- a/src/gui/test_menu.cpp +++ b/src/gui/test_menu.cpp @@ -107,7 +107,7 @@ CTestMenu::~CTestMenu() delete scrollbar; } -static int test_pos[4] = { 130, 192, 282, 360 }; +//static int test_pos[4] = { 130, 192, 282, 360 }; int CTestMenu::exec(CMenuTarget* parent, const std::string &actionKey) {