mirror of
https://codeberg.org/kiss-community/repo
synced 2024-12-21 23:00:06 -07:00
sway: fix for gcc 13
This commit is contained in:
parent
9c47aa1d39
commit
0bb51c4b0f
@ -1,5 +1,8 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
# Fix for GCC 13.
|
||||
export CFLAGS="$CFLAGS -Wno-error=switch"
|
||||
|
||||
# Default background color.
|
||||
sed 's/0.25f, 0.25f, 0.25f/0.929, 0.870, 0.678/' \
|
||||
sway/desktop/render.c > _
|
||||
|
Loading…
Reference in New Issue
Block a user