Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ma_helper.h:97:3: warning: macro expands to multiple statements [-Wmultistatement-macros] 97 | free((a));\ | ^~~~ ma_string.c:387:5: note: in expansion of macro 'MADB_FREE' 387 | MADB_FREE(StmtStr); | ^~~~~~~~~ ma_string.c:386:3: note: some parts of macro expansion are not guarded by this 'if' clause 386 | if (StmtStr) | ^~ ma_error.h:163:3: warning: macro expands to multiple statements [-Wmultistatement-macros] 163 | strcpy_s((a)->SqlState, SQL_SQLSTATE_SIZE+1, MADB_ErrorList[MADB_ERR_00000].SqlState); \ | ^~~~~~~~ ma_platform_posix.c:256:5: note: in expansion of macro 'MADB_CLEAR_ERROR' 256 | MADB_CLEAR_ERROR(Error); | ^~~~~~~~~~~~~~~~ ma_platform_posix.c:255:3: note: some parts of macro expansion are not guarded by this 'if' clause 255 | if (Error) | ^~
- Loading branch information