2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 14:02:27 +00:00

sway: fix for gcc 13

This commit is contained in:
Owen Rafferty 2023-04-30 15:52:39 -05:00
parent 9c47aa1d39
commit 0bb51c4b0f
No known key found for this signature in database

View File

@ -1,5 +1,8 @@
#!/bin/sh -e #!/bin/sh -e
# Fix for GCC 13.
export CFLAGS="$CFLAGS -Wno-error=switch"
# Default background color. # Default background color.
sed 's/0.25f, 0.25f, 0.25f/0.929, 0.870, 0.678/' \ sed 's/0.25f, 0.25f, 0.25f/0.929, 0.870, 0.678/' \
sway/desktop/render.c > _ sway/desktop/render.c > _