~allanlesage/libcolumbus/enable-coverage-option

« back to all changes in this revision

Viewing changes to test/CAPITest.c

  • 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:
118
118
    col_matcher_delete(m);
119
119
}
120
120
 
121
 
int main(int argc, char **argv) {
 
121
int main(int argc UNUSED_VAR, char **argv UNUSED_VAR) {
122
122
    testWord();
123
123
    testDocument();
124
124
    testMatcher();