File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
offload/plugins-nextgen/level_zero/src Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -353,7 +353,8 @@ int32_t L0ProgramTy::buildModules(const std::string_view BuildOptions) {
353353
354354 uint64_t Idx = 0 ;
355355 if (Parts[0 ].getAsInteger (10 , Idx)) {
356- DP (" Warning: ignoring auxiliary information (invalid index '%s').\n " ,
356+ DP (" Warning: ignoring auxiliary information (invalid index "
357+ " '%s').\n " ,
357358 Parts[0 ].str ().c_str ());
358359 continue ;
359360 }
@@ -367,7 +368,8 @@ int32_t L0ProgramTy::buildModules(const std::string_view BuildOptions) {
367368
368369 uint64_t Part1Id;
369370 if (Parts[1 ].getAsInteger (10 , Part1Id)) {
370- DP (" Warning: ignoring auxiliary information (invalid part id '%s').\n " ,
371+ DP (" Warning: ignoring auxiliary information (invalid part id "
372+ " '%s').\n " ,
371373 Parts[1 ].str ().c_str ());
372374 continue ;
373375 }
You can’t perform that action at this time.
0 commit comments