Merge pull request #292681 from trofi/google-cloud-cpp-drop-redundant-disable-warnings-if-gcc13

google-cloud-cpp: drop redundant `disable-warnings-if-gcc13`
This commit is contained in:
Mario Rodas 2024-03-01 23:18:30 -05:00 committed by GitHub
commit 15b6c77f27
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8722,7 +8722,7 @@ with pkgs;
google-guest-oslogin = callPackage ../tools/virtualization/google-guest-oslogin { };
google-cloud-cpp = disable-warnings-if-gcc13 (callPackage ../development/libraries/google-cloud-cpp { });
google-cloud-cpp = callPackage ../development/libraries/google-cloud-cpp { };
google-java-format = callPackage ../development/tools/google-java-format { };