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

Use correct trigraphs to skip enum members. #303

Closed
wants to merge 1 commit into from

Commits on Feb 10, 2021

  1. Use correct trigraphs to skip enum members.

    Avoid warnings like these:
    [14/448] Generating as-enum-types.h with a meson_exe.py custom command.
    WARNING: Failed to parse "/*< private >*/" in
    /home/mwleeds/git/gnome-software/build/../subprojects/appstream/src/as-agreement.h
    
    Based on this commit
    https://gitlab.gnome.org/GNOME/gnome-software/-/commit/512e606085c7e325ce6e4658346da2f3c5f2cdfc
    mwleeds committed Feb 10, 2021