mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-08-07 21:53:41 +08:00
Fix error that can not override DEBUG
This commit is contained in:
@@ -30,7 +30,9 @@ extern "C" {
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
#ifndef DEBUG
|
||||||
#define DEBUG 1
|
#define DEBUG 1
|
||||||
|
#endif
|
||||||
|
|
||||||
#define warning_print() \
|
#define warning_print() \
|
||||||
do { if (DEBUG) fprintf(stderr, "%s:%d:%s():\n",__FILE__, __LINE__, __FUNCTION__); } while (0)
|
do { if (DEBUG) fprintf(stderr, "%s:%d:%s():\n",__FILE__, __LINE__, __FUNCTION__); } while (0)
|
||||||
|
|||||||
Reference in New Issue
Block a user