mirror of
https://github.com/hyprwm/xdg-desktop-portal-hyprland.git
synced 2024-11-22 06:35:57 +01:00
CMake: add back -Wno-address-of-temporary
This commit is contained in:
parent
21d216ed7f
commit
c0b606460a
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ configure_file(contrib/systemd/xdg-desktop-portal-hyprland.service.in contrib/sy
|
|||
set(CMAKE_CXX_STANDARD 23)
|
||||
add_compile_options(-Wall -Wextra -Wno-unused-parameter -Wno-unused-value
|
||||
-Wno-missing-field-initializers -Wno-narrowing -Wno-pointer-arith
|
||||
-fpermissive)
|
||||
-fpermissive -Wno-address-of-temporary)
|
||||
|
||||
# dependencies
|
||||
message(STATUS "Checking deps...")
|
||||
|
|
Loading…
Reference in a new issue