fmtlib / fmt

A modern formatting library
https://fmt.dev
Other
19.84k stars 2.42k forks source link

Warnings with GCC 14 #3977

Closed boxerab closed 1 month ago

boxerab commented 1 month ago

These warnings seem to have popped up in GCC 14 Warnings listed here

Note: I am using fmt via spdlog project.

Thanks!

vitaut commented 1 month ago

Please provide a self-contained repro (ideally on godbolt) that doesn't involve spdlog.

boxerab commented 1 month ago

Thanks, after updating to the latest spdlog, which uses fmt 10.2.1, these warnings disappeared. Sorry for the noise.

vitaut commented 1 month ago

No problem. Glad it has been resolved.