projects
/
libam7xxx.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from:
a083bf6
)
Dump the data only in DEBUG builds
author
Antonio Ospite <ospite@studenti.unina.it>
Tue, 24 Jan 2012 14:39:24 +0000
(15:39 +0100)
committer
Antonio Ospite <ospite@studenti.unina.it>
Wed, 25 Jan 2012 14:57:30 +0000
(15:57 +0100)
Also use -Werror only in DEBUG builds, otherwise normal builds fail with:
src/am7xxx.c:42:13: error: ‘dump_header’ defined but not used [-Werror=unused-function]
src/am7xxx.c:73:13: error: ‘dump_buffer’ defined but not used [-Werror=unused-function]
No differences found