diff options
| author | Thomas Huth <thuth@redhat.com> | 2023-08-16 11:15:22 +0200 |
|---|---|---|
| committer | Thomas Huth <thuth@redhat.com> | 2023-08-31 19:10:02 +0200 |
| commit | c01196bdddc280ae3710912e98e78f3103155eaf (patch) | |
| tree | d6d39b7b87148a8812fac5a5e7892cb4e2c80380 | |
| parent | a864cc54eed251d2928aaf189fc4131db2841285 (diff) | |
| download | focaccia-qemu-c01196bdddc280ae3710912e98e78f3103155eaf.tar.gz focaccia-qemu-c01196bdddc280ae3710912e98e78f3103155eaf.zip | |
subprojects/berkeley-testfloat-3: Update to fix a problem with compiler warnings
Update the berkeley-testfloat-3 wrap to include a patch provided by Olaf Hering. This fixes a problem with "control reaches end of non-void function [-Werror=return-type]" compiler warning/errors that are now enabled by default in certain versions of GCC. Reported-by: Olaf Hering <olaf@aepfle.de> Message-Id: <20230816091522.1292029-1-thuth@redhat.com> Signed-off-by: Thomas Huth <thuth@redhat.com>
| -rw-r--r-- | subprojects/berkeley-testfloat-3.wrap | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/subprojects/berkeley-testfloat-3.wrap b/subprojects/berkeley-testfloat-3.wrap index 6ad80a37b2..c86dc078a8 100644 --- a/subprojects/berkeley-testfloat-3.wrap +++ b/subprojects/berkeley-testfloat-3.wrap @@ -1,5 +1,5 @@ [wrap-git] url = https://gitlab.com/qemu-project/berkeley-testfloat-3 -revision = 40619cbb3bf32872df8c53cc457039229428a263 +revision = e7af9751d9f9fd3b47911f51a5cfd08af256a9ab patch_directory = berkeley-testfloat-3 depth = 1 |