Edit

kc3-lang/libxkbcommon/src

Branch :

  • Show log

    Commit

  • Author : Jeffrey Cliff
    Date : 2024-11-23 10:07:24
    Hash : b1b9ff61
    Message : compose/paths: fix `false` <-> `NULL` confusion, errors on C23 i don't have access to github but this patch enabled me to compile libxkbcommon with -std=gnu23 otherwise the following compilation error will result : ../src/compose/paths.c:70:16: error: incompatible types when returning type ‘_Bool’ but ‘char *’ was expected ( gcc (GCC) 15.0.0 20240509 (experimental) ) Signed-off-by: Ran Benita <ran@unusedvar.com>