~allanlesage/libcolumbus/enable-coverage-option

« back to all changes in this revision

Viewing changes to include/ColumbusCore.hh.in

  • Committer: Jussi Pakkanen
  • Date: 2013-04-03 13:50:54 UTC
  • mto: This revision was merged to the branch mainline in revision 443.
  • Revision ID: jussi.pakkanen@canonical.com-20130403135054-gzmxj4hsb1ts7s03
Enable -Wextra and fix unused warnings it produces.

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
  #endif
48
48
#endif
49
49
 
 
50
#define UNUSED_VAR __attribute__ ((unused))
 
51
 
50
52
#ifdef __cplusplus
51
53
  #include <cstddef>
52
54
  #include <cstdint>