We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 320301d commit 7e40f45Copy full SHA for 7e40f45
lldb/source/Plugins/Language/ObjC/NSSet.cpp
@@ -395,7 +395,7 @@ lldb_private::formatters::NSSetISyntheticFrontEnd::GetIndexOfChildWithName(
395
(idx < UINT32_MAX && idx >= CalculateNumChildrenIgnoringErrors()))
396
return llvm::createStringError(
397
"'SyntheticChildrenFrontEnd::NSSetISyntheticFrontEnd' cannot find "
398
- "index of child '%s'. (idx='%d')",
+ "index of child '%s'. (idx='%" PRIu32 "')",
399
name.AsCString(), idx);
400
return idx;
401
}
0 commit comments