Skip to content

tests: Fix type mismatches in new atomic tests when compiling with clang

Philip Withnall requested to merge pwithnall/glib:fix-macos-again into main

Clang seems to apply more rigorous type checks across the different arguments to the atomic builtins. Fix various -Wincompatible-pointer-types, -Wpointer-sign and -Wint-conversion warnings.

Signed-off-by: Philip Withnall pwithnall@endlessos.org

Merge request reports