mirror of
https://github.com/KDE/krfb
synced 2026-07-01 07:41:17 -07:00
pipewire: Use C99
Reduces the amount of warnings we get
This commit is contained in:
committed by
Aleix Pol Gonzalez
parent
97cbf48059
commit
b4eccc2134
@@ -32,6 +32,7 @@ add_library(krfb_framebuffer_pw
|
||||
MODULE
|
||||
${krfb_framebuffer_pw_SRCS}
|
||||
)
|
||||
set_property(TARGET krfb_framebuffer_pw PROPERTY C_STANDARD 99)
|
||||
|
||||
target_link_libraries(krfb_framebuffer_pw
|
||||
Qt5::Core
|
||||
|
||||
Reference in New Issue
Block a user