Skip to content

fix: align 64-bit format specifiers with inttypes macros - #72

Merged
LimiNode merged 1 commit into
mainfrom
codex/fix-format-specifier-warnings-in-time_formatting.hpp
Sep 22, 2025
Merged

fix: align 64-bit format specifiers with inttypes macros#72
LimiNode merged 1 commit into
mainfrom
codex/fix-format-specifier-warnings-in-time_formatting.hpp

Conversation

@LimiNode

Copy link
Copy Markdown
Owner

Summary

  • include <inttypes.h> in time_formatting.hpp
  • replace %lld format specifiers with PRId64 macros and casts for 64-bit values

Testing

  • cmake -S . -B build
  • cmake --build build

https://chatgpt.com/codex/tasks/task_e_68ce4fe6d504832c9e4487bade127462

Replace %lld usages with PRId64 macros to silence compiler warnings about mismatched types.
@LimiNode
LimiNode merged commit a908da6 into main Sep 22, 2025
7 checks passed
@LimiNode
LimiNode deleted the codex/fix-format-specifier-warnings-in-time_formatting.hpp branch September 22, 2025 21:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant