Index: uspace/app/tester/print/print3.c
===================================================================
--- uspace/app/tester/print/print3.c	(revision 3bacee1839e6f355100ab4ea86bb211e9ecf19ed)
+++ uspace/app/tester/print/print3.c	(revision c8da69decc837e7bdce336b8a4bb4eb22bbdb526)
@@ -34,4 +34,6 @@
 #define BUFFER_SIZE  32
 
+#pragma GCC diagnostic ignored "-Wformat-truncation"
+
 const char *test_print3(void)
 {
Index: uspace/app/tester/print/print5.c
===================================================================
--- uspace/app/tester/print/print5.c	(revision 3bacee1839e6f355100ab4ea86bb211e9ecf19ed)
+++ uspace/app/tester/print/print5.c	(revision c8da69decc837e7bdce336b8a4bb4eb22bbdb526)
@@ -37,5 +37,5 @@
  *
  */
-#define _HELENOS_NVERIFY_PRINTF
+#pragma GCC diagnostic ignored "-Wformat"
 
 #include <stdio.h>
