LibC: Fix some incorrect printf usages

This commit is contained in:
Sahan Fernando 2020-12-25 15:15:12 +11:00 committed by Andreas Kling
commit d780e2265d
Notes: sideshowbarker 2024-07-19 00:35:53 +09:00
10 changed files with 19 additions and 19 deletions

View file

@ -32,6 +32,8 @@
#include <ctype.h>
#include <stdio.h>
#pragma GCC diagnostic ignored "-Wformat-nonliteral"
struct Testcase {
const char* dest;
size_t dest_n;