Commented out unused function arguments.

This commit is contained in:
Atgeirr Flø Rasmussen
2014-04-15 09:48:19 +02:00
parent 41ddb2c460
commit e3d167048f
6 changed files with 7 additions and 7 deletions

View File

@@ -159,7 +159,7 @@ void endTest(std::ofstream& of) {
}
int main(int argc , char ** argv) {
int main(int /* argc */ , char ** argv) {
const char * test_src = argv[1];
const char * test_module = argv[2];
std::ofstream of( test_src );