APUE course source code
guowenxue
6 hours ago 4de24b43bfc373f46f0510703cde7562fb8cb703
update iniparser to remove warnning
1 files modified
3 ■■■■■ changed files
project/4.mqttd/booster/iniparser.c 3 ●●●●● patch | view | raw | blame | history
project/4.mqttd/booster/iniparser.c
@@ -10,6 +10,9 @@
#include <ctype.h>
#include "iniparser.h"
#pragma GCC diagnostic ignored "-Wformat-overflow"
#pragma GCC diagnostic ignored "-Wformat-truncation"
/*---------------------------- Defines -------------------------------------*/
#define ASCIILINESZ         (1024)
#define INI_INVALID_KEY     ((char*)-1)