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 compilation failure due to -Werror flag #4777

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Dec 18, 2023

  1. imap/http_dav.c: fix discarded const qualifier

    Attempt to fix error message:
    imap/http_dav.c: In function ‘parse_xml_body’:
    imap/http_dav.c:3819:33: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discarded-qualifiers]
     3819 |         xmlErrorPtr err = xmlCtxtGetLastError(txn->conn->xml);
          |
    
    Signed-off-by: Athaariq Ardhiansyah <[email protected]>
    Thor-x86 committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    6a9d617 View commit details
    Browse the repository at this point in the history
  2. docs: fix build warning due to duplicate glossaries

    Attempt to fix error message:
    /mnt/img/athaariq/cyrus-imapd/docsrc/imap/concepts/deployment/storage.rst:973: WARNING: duplicate term description of MTBF, other instance in glossary
    /mnt/img/athaariq/cyrus-imapd/docsrc/imap/concepts/deployment/storage.rst:977: WARNING: duplicate term description of HBA, other instance in glossary
    /mnt/img/athaariq/cyrus-imapd/docsrc/imap/concepts/features/server-aggregation.rst:392: WARNING: duplicate term description of frontend, other instance in glossary
    /mnt/img/athaariq/cyrus-imapd/docsrc/imap/concepts/features/server-aggregation.rst:397: WARNING: duplicate term description of backend, other instance in glossary
    
    Signed-off-by: Athaariq Ardhiansyah <[email protected]>
    Thor-x86 committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    c734e78 View commit details
    Browse the repository at this point in the history