mysql-workbench: Syntax error in GCC flag

This commit is contained in:
Maxim Ianoglo 2023-02-23 21:43:08 +02:00
parent 39cc978ec4
commit 7b35b6a996

View File

@ -148,7 +148,7 @@ in stdenv.mkDerivation rec {
"-Wno-error=narrowing"
] ++ lib.optionals (stdenv.cc.isGNU && lib.versionAtLeast stdenv.cc.version "12") [
# Needed with GCC 12 but problematic with some old GCCs
"-Wno-error=maybe-uninitalized"
"-Wno-error=maybe-uninitialized"
]);
cmakeFlags = [