mysql-workbench: Syntax error in GCC flag
This commit is contained in:
parent
39cc978ec4
commit
7b35b6a996
1 changed files with 1 additions and 1 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Reference in a new issue