hyprwm / xdg-desktop-portal-hyprland

xdg-desktop-portal backend for Hyprland
BSD 3-Clause "New" or "Revised" License
305 stars 48 forks source link

Fix build for clang #140

Closed Rudolchr closed 11 months ago

Rudolchr commented 11 months ago

Addes Wno-address-of-temporary to cmake to fix clang build errors. This is only necessary for cmake, as the flag is already present in meson.build

This should close #134