[libc-commits] [PATCH] D159458: [libc] Fix printf %p format

Tue Ly via Phabricator via libc-commits libc-commits at lists.llvm.org
Thu Sep 7 08:07:49 PDT 2023


lntue added inline comments.


================
Comment at: libc/src/stdio/printf_core/ptr_converter.h:40
   }
   return WRITE_OK;
 }
----------------
This is now unreachable.  You can remove the `else` from the above and this return statement.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D159458/new/

https://reviews.llvm.org/D159458



More information about the libc-commits mailing list