mirror of
https://github.com/json-c/json-c.git
synced 2026-03-29 01:49:06 +08:00
modify json-c default build type, and fix up the assert() errors in testcase
This commit is contained in:
@@ -1,6 +1,11 @@
|
||||
#include "strerror_override.h"
|
||||
#include "strerror_override_private.h"
|
||||
#ifdef NDEBUG
|
||||
#undef NDEBUG
|
||||
#include <assert.h>
|
||||
#else
|
||||
#include <assert.h>
|
||||
#endif
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user