Skip to content

Commit

Permalink
Klockwork fix #1316: added return at the end of the main function
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomasz Patejko committed Feb 9, 2017
1 parent 6fdcf86 commit 97b9477
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/create_label_map.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -99,4 +99,6 @@ int main(int argc, char** argv) {
ReadLabelFileToLabelMap(map_file, include_background, delimiter, &label_map);

WriteProtoToTextFile(label_map, argv[2]);

return 0;
}

0 comments on commit 97b9477

Please sign in to comment.