Explorar el Código

console: Ignore var cloberred warning for argtable

Renz Bagaporo hace 7 años
padre
commit
4355eb1bc2
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      components/console/argtable3/argtable3.c

+ 2 - 0
components/console/argtable3/argtable3.c

@@ -30,6 +30,8 @@
 
 #include "argtable3.h"
 
+#pragma GCC diagnostic ignored "-Wclobbered"
+
 /*******************************************************************************
  * This file is part of the argtable3 library.
  *