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

This commit is contained in:
Guillaume Girol
2025-10-11 20:25:24 +00:00
committed by GitHub
+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";