]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - cups/ipp.c
Silence some bogus Clang warnings.
[thirdparty/cups.git] / cups / ipp.c
index f30d8428f5637b316655b10472a63a2a78848e3e..afd85474d6bc0555d171560ad3c041790559624e 100644 (file)
@@ -6779,7 +6779,9 @@ ipp_set_value(ipp_t           *ipp,       /* IO - IPP message */
     * Reset pointers in the list...
     */
 
+#ifndef __clang_analyzer__
     DEBUG_printf(("4debug_free: %p %s", (void *)*attr, temp->name));
+#endif /* !__clang_analyzer__ */
     DEBUG_printf(("4debug_alloc: %p %s %s%s (%d)", (void *)temp, temp->name, temp->num_values > 1 ? "1setOf " : "", ippTagString(temp->value_tag), temp->num_values));
 
     if (ipp->current == *attr && ipp->prev)