projects
/
kinect-audio-setup.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from:
bb49f29
)
kinect_upload_fw: disable some compiler flags
author
Antonio Ospite <ospite@studenti.unina.it>
Thu, 13 Oct 2011 21:31:11 +0000
(23:31 +0200)
committer
Antonio Ospite <ospite@studenti.unina.it>
Thu, 13 Oct 2011 21:31:11 +0000
(23:31 +0200)
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
No differences found