Author :
Pierre Le Marre
Date :
2025-02-11 17:34:27
Hash :558447d8 Message :xkbcomp: Explicit vars initialization
The `Resolve*` functions do not always initialize the parameters
that they can modify, so it is safer to always initialize them at the
call site.