https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111842
--- Comment #12 from Jonathan Wakely <redi at gcc dot gnu.org> --- (In reply to n.deshm...@samsung.com from comment #5) > The warning is valid but I wish to suppress it like the other > conversion warning using -Wno flag. Why? Why not just write the code correctly? It's new code, not legacy code that needs to be maintained. It can't be legacy code, because it would not have compiled before GCC 13.