Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
src/logger.c:7: warning: "_GNU_SOURCE" redefined
Using gcc 8.4.0 throws this warning: libosdp/utils/src/logger.c:7: warning: "_GNU_SOURCE" redefined #define _GNU_SOURCE /* See feature_test_macros(7) */ It's safe to conditinally define it.
- Loading branch information