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

build: resolve compiler warnings #2630

Closed
wants to merge 1 commit into from
Closed

build: resolve compiler warnings #2630

wants to merge 1 commit into from

Commits on Apr 1, 2024

  1. build: resolve compiler warnings

    ```
    $ make V=0
    ...
      CC       libibus_1_0_la-ibusservice.lo
    ibusservice.c: In function 'ibus_service_class_free_interfaces':
    ibusservice.c:676:9: warning: value computed is not used [-Wunused-value]
      676 |         *p++;
          |         ^~~~
    ```
    jengelh committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    5dd2fe7 View commit details
    Browse the repository at this point in the history