projects
/
kinect-audio-setup.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from:
b1db4ec
)
kinect_upload_fw: fix assigning a string literal to a 'char *'
author
Antonio Ospite <ospite@studenti.unina.it>
Thu, 29 Sep 2011 21:13:09 +0000
(23:13 +0200)
committer
Antonio Ospite <ospite@studenti.unina.it>
Thu, 29 Sep 2011 21:40:12 +0000
(23:40 +0200)
kinect_upload_fw.c:118:19: error: initialization discards ‘const’ qualifier from pointer target type
A string literals can be seen as "const char *" or as array of chars,
I like the second interpretation better.
No differences found