Wunused-variable: fix several warnings

Signed-off-by: Jon Trulson <jtrulson@ics.com>
This commit is contained in:
Jon Trulson
2016-11-03 13:17:58 -06:00
parent 630d12d963
commit 2b4e43281f
5 changed files with 3 additions and 9 deletions

View File

@ -48,7 +48,6 @@ main(int argc, char **argv)
sensor = new upm::LoL();
signal(SIGINT, sig_handler);
unsigned char *buffer;
//buffer = sensor->getFramebuffer();
int x = 0, y = 0;
while (!is_running) {