Unverified Commit 20844f8e authored by Guillaume Girol's avatar Guillaume Girol Committed by GitHub
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 (#449770)
parents 43062762 3bf045bb
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";