Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
src/osdp_common.c: waring: _GNU_SOURCE redefined
With gcc 8.4.0 the following warning was thrown: src/osdp_common.c:7: warning: "_GNU_SOURCE" redefined #define _GNU_SOURCE /* See feature_test_macros(7) */ As the application defines using _GNU_SOURCE or not it's safe to conditionally set this macro
- Loading branch information