Summary: | Implicit int in none/tests/faultstatus.c | ||
---|---|---|---|
Product: | [Developer tools] valgrind | Reporter: | Florian Weimer <fweimer> |
Component: | general | Assignee: | Julian Seward <jseward> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | mark |
Priority: | NOR | ||
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Florian Weimer
2022-11-18 18:52:29 UTC
Thanks, that was not intended. Fixed by: commit 0811a612dd7ce0c02a5dd699b34e660c742df8fe (HEAD -> master) Author: Mark Wielaard <mark@klomp.org> Date: Fri Nov 18 20:12:06 2022 +0100 Implicit int in none/tests/faultstatus.c There is a definition in faultstatus.c that is not accepted by C99 compilers (implicit ints were removed in that language revision). https://bugs.kde.org/show_bug.cgi?id=462007 |