Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Network
Krfb
Commits
b4eccc21
Commit
b4eccc21
authored
Oct 14, 2021
by
Aleix Pol Gonzalez
🐧
Committed by
Aleix Pol Gonzalez
Oct 14, 2021
Browse files
pipewire: Use C99
Reduces the amount of warnings we get
parent
97cbf480
Changes
1
Show whitespace changes
Inline
Side-by-side
framebuffers/pipewire/CMakeLists.txt
View file @
b4eccc21
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment