summaryrefslogtreecommitdiff
path: root/tests/test_sprintf_62.c (follow)
AgeCommit message (Collapse)Author
2024-09-06Work around a gcc warningjvoisin
It seems that annotating sprintf with `write` makes gcc unhappy, as its analyser is unable to understand that we're checking if `__b != -1` before calling `__orig_snprintf`, so let's comment this annotation for now.