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
1 changed files with 3 additions and 0 deletions

View File

@ -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 > _