Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
odygrd authored Jan 13, 2025
1 parent d9fbc2d commit 6b1c8fe
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,11 +119,8 @@
LOG_INFO(logger, "After 500ms, elapsed: {}s", swt); // => After 500ms, elapsed: 1.521880274s
LOG_INFO(logger, "elapsed: {}", swt.elapsed_as<std::chrono::nanoseconds>()); // => elapsed: 1521807324ns
```
## TBD
- Suppress `-Wredundant-decls` warning in GCC builds.
- Avoid adding `-Wno-gnu-zero-variadic-macro-arguments` for GCC in CMake.
- Remove `-Wno-gnu-zero-variadic-macro-arguments` for GCC in CMake.
## v7.5.0
Expand Down

0 comments on commit 6b1c8fe

Please sign in to comment.