[previous] 0178 [next] [U] Precision of format conversion specifier exceeds 509 characters.
Explicitly undefined REFERENCE - ISO:C90-7.9.6.1 Environmental limit

This format conversion specifier includes a precision which exceeds 509 characters. A precision of this size will not be portable to all compilers.

For example:


/*PRQA S 336,602,1307,2017,3122,3200,3209,3227,3408,3602,3625 ++*/

#include <stdio.h>

extern void foo(float n)
{
    printf("%520.510f\n", n);                      /* Message 0178 and also 0177 */
}

QA·C Source Code Analyser 8.1.2
© 2013 Programming Research.
www.programmingresearch.com
Personality Groups | Glossary | Message Index Contents