server-box: fix build error: identifier 'xxx' preceded by whitespace in a literal operator declaration is deprecated

This commit is contained in:
Ulysses Zhan
2025-10-07 21:43:23 -07:00
parent ffb6e27258
commit 3bf045bb2c
+3
View File
@@ -34,6 +34,9 @@ flutter335.buildFlutterApplication {
autoPatchelfHook
];
# https://github.com/juliansteenbakker/flutter_secure_storage/issues/965
CXXFLAGS = [ "-Wno-deprecated-literal-operator" ];
desktopItems = [
(makeDesktopItem {
name = "server-box";