Skip to content

Commit

Permalink
Fixing cast issues in Executorch codebase
Browse files Browse the repository at this point in the history
Summary: Ran into some compile-time issues while using ET codebase. Followed similar process to https://www.internalfb.com/diff/D48137866

Reviewed By: lintaocui, mcr229

Differential Revision: D50294223

fbshipit-source-id: 35befb9e0b51f9cbdfc63a56ca6a759171436c6c
  • Loading branch information
Kush Rastogi authored and facebook-github-bot committed Oct 26, 2023
1 parent 8eb9835 commit 251801e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/bundled_program_verification.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ __ET_NODISCARD Error LoadBundledInput(
ET_CHECK_OR_RETURN_ERROR(
false,
NotSupported,
"Data type %hhd not supported",
"Data type %hhu not supported",
bundled_input->val_type());
break;
}
Expand Down

0 comments on commit 251801e

Please sign in to comment.