Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle verbose logs for constant program arguments #19

Closed
abumq opened this issue Jan 24, 2013 · 0 comments
Closed

Handle verbose logs for constant program arguments #19

abumq opened this issue Jan 24, 2013 · 0 comments
Labels

Comments

@abumq
Copy link
Owner

abumq commented Jan 24, 2013

When program looks like:

int main(int argc, const char** argv) {
  _START_EASYLOGGINGPP(argc, argv)
 ...
}

Compiler has error that says invalid conversion from const char** to char**

Works for:

int main(int argc, char** argv) {
  _START_EASYLOGGINGPP(argc, argv)
 ...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant