Unverified Commit 3bf045bb authored by Ulysses Zhan's avatar Ulysses Zhan
Browse files

server-box: fix build error: identifier 'xxx' preceded by whitespace in a...

server-box: fix build error: identifier 'xxx' preceded by whitespace in a literal operator declaration is deprecated
parent ffb6e272
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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";