Amine212 / burg

Automatically exported from code.google.com/p/burg
0 stars 0 forks source link

/root/burg/commands/usbtest.c: In function ‘usb_print_str’: /root/burg/commands/usbtest.c:115:19: error: ‘name’ may be used uninitialized in this function [-Werror=maybe-uninitialized] cc1: all warnings being treated as errors #43

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Clean install of debian 7 'wheezy'
2. Follow instructions from manual install at 
http://code.google.com/p/burg/wiki/ManualInstall
3. At step compile and install after the # make it throws an error.

What is the expected output? What do you see instead?
It should compilate... instead it throws this error:

/root/burg/commands/usbtest.c: In function ‘usb_print_str’:
/root/burg/commands/usbtest.c:115:19: error: ‘name’ may be used 
uninitialized in this function [-Werror=maybe-uninitialized]
cc1: all warnings being treated as errors

What version of the product are you using? On what operating system?

Debian Wheezy

Original issue reported on code.google.com by arkas...@gmail.com on 22 Oct 2013 at 7:52