Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disable the gnu-zero-variadic-macro-arguments warning on MacOS
/Users/runner/work/ThunderClientLibraries/ThunderClientLibraries/ThunderClientLibraries/Source/deviceinfo/device_info/main.c:54:41: error: token pasting of ',' and __VA_ARGS__ is a GNU extension [-Werror,-Wgnu-zero-variadic-macro-arguments] fprintf(stdout, "<< " fmt "\n", ##__VA_ARGS__); \ ^
- Loading branch information