MCPcopy Create free account
hub / github.com/apngasm/apngasm / warn

Function warn

cli/src/apngasm-cli.cpp:4–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2#include <iostream>
3
4static void warn(const boost::program_options::error &e) {
5 std::cerr << "!!! " << e.what() << " !!!" << std::endl;
6}
7
8int main(int argc, char *argv[]) try {
9 apngasm::APNGAsm apngasm;

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected