~allanlesage/libcolumbus/enable-coverage-option

« back to all changes in this revision

Viewing changes to test/TrieTest.cc

  • 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
}
48
48
 
49
49
 
50
 
int main(int argc, char **argv) {
 
50
int main(int /*argc*/, char **/*argv*/) {
51
51
    // Move basic tests from levtrietest here.
52
52
    testWordBuilding();
53
53
    return 0;