| 24 | |
| 25 | |
| 26 | void error(int errnum, const char * errmsg) |
| 27 | { |
| 28 | std::cerr << errnum << ": " << errmsg << std::endl; |
| 29 | } |
| 30 | |
| 31 | void printExtensions(const std::set<std::string> & extensions) |
| 32 | { |
nothing calls this directly
no outgoing calls
no test coverage detected