浏览代码

console: Ignore var cloberred warning for argtable

Renz Bagaporo 7 年之前
父节点
当前提交
4355eb1bc2
共有 1 个文件被更改,包括 2 次插入0 次删除
  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.
  *