Skip to content

Commit e0fc7b7

Browse files
committed
dhclient: suppress -Werror=old-style-definition for gcc 14 compat
1 parent e1d296a commit e0fc7b7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pkgs/dhclient/default.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ stdenv.mkDerivation rec {
6464
"-Wno-error=stringop-truncation"
6565
"-Wno-error=format-overflow"
6666
"-Wno-error=stringop-overflow=8"
67+
"-Wno-error=old-style-definition"
6768
];
6869

6970
installFlags = [ "DESTDIR=\${out}" ];

0 commit comments

Comments
 (0)