From: Antonio Ospite Date: Thu, 13 Oct 2011 21:31:11 +0000 (+0200) Subject: kinect_upload_fw: disable some compiler flags X-Git-Tag: v0.2~13 X-Git-Url: https://git.ao2.it/kinect-audio-setup.git/commitdiff_plain/bb49f29ff2b3beb4e773a3705131d7fc72724870?hp=bb49f29ff2b3beb4e773a3705131d7fc72724870 kinect_upload_fw: disable some compiler flags Disable some compiler flags to be more compatible with older setups: - vanilla libusb-1.0.8 makes compilation fail with -pedantic-errors - gcc versions older than 4.6 do not have -Wunused-but-set-variable ---