[previous] 0878 [next] Using wide character or string literals.
Constants

Message 0878 identifies any use of wide character constants or wide string literals.

For example:


/*PRQA S 1305,2017,3122,3211,3408,3410,3429,3453,3602 ++*/

#include <stddef.h>

const wchar_t   x = L'a';                       /* Message 0878 */
const wchar_t * w = L"wide string";             /* Message 0878 */

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