~allanlesage/libcolumbus/enable-coverage-option

« back to all changes in this revision

Viewing changes to test/HelpersTest.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:
62
62
    assert(l.size() == 3);
63
63
}
64
64
 
65
 
int main(int argc, char **argv) {
 
65
int main(int /*argc*/, char **/*argv*/) {
66
66
    try {
67
67
        testSplitter();
68
68
        testWeirdWord();