mirror of
https://github.com/eclipse/upm.git
synced 2025-07-03 10:21:19 +03:00
Wunused-variable: fix several warnings
Signed-off-by: Jon Trulson <jtrulson@ics.com>
This commit is contained in:
@ -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) {
|
||||
|
Reference in New Issue
Block a user