From 44e9f9f6f0900b5c6a066e1a413b3ea47a5b84f8 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sun, 10 May 2020 22:22:07 +0200 Subject: [PATCH] attribute: Tweak comment. Reported by Paul Eggert. * lib/attribute.h: Tweak a category's description. --- lib/attribute.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/attribute.h b/lib/attribute.h index e9a81bba69..d8d6286c05 100644 --- a/lib/attribute.h +++ b/lib/attribute.h @@ -88,7 +88,8 @@ /* ================== Attributes for compiler diagnostics ================== */ -/* Attributes that help the compiler diagnose programmer mistakes. */ +/* Attributes that help the compiler diagnose programmer mistakes. + Some of them may also help for some compiler optimizations. */ /* ATTRIBUTE_FORMAT ((ARCHETYPE, STRING-INDEX, FIRST-TO-CHECK)) - The STRING-INDEXth function argument is a format string of style -- 2.39.5