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

Fix compiler warnings #194

Closed
jrse opened this issue Sep 10, 2018 · 1 comment
Closed

Fix compiler warnings #194

jrse opened this issue Sep 10, 2018 · 1 comment
Assignees

Comments

@jrse
Copy link
Contributor

jrse commented Sep 10, 2018

Remove compiler warnings

  • dovecot-all includes local-config.h
  • dovecot plugin also includes it's own local-config.h, this leads to redefinition of e.g. PACKAGE_NAME and PACKAGE_VERSION. Dovecot-plugin needs to include local-config.h for accessing DEBUG define and version info.
@jrse jrse changed the title compiler warnings Fix compiler warnings Sep 16, 2018
jrse added a commit that referenced this issue Oct 25, 2018
jrse added a commit that referenced this issue Oct 25, 2018
@jrse jrse self-assigned this Oct 25, 2018
@jrse
Copy link
Contributor Author

jrse commented Oct 25, 2018

fixed all warnings, except the ones coming from googletest and dovecot libraries, where we do not have influence on.

@jrse jrse closed this as completed Oct 25, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant