Skip to content
Snippets Groups Projects
Commit c000c30f authored by Bruce Cowan's avatar Bruce Cowan :airplane:
Browse files

Supress GCC warning for something deliberate

parent 48f41d81
No related branches found
No related tags found
No related merge requests found
#include <stdio.h>
#ifdef __GNUC__
#pragma GCC diagnostic ignored "-Wformat-truncation"
#endif
int
main (void)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment