Skip to content
This repository was archived by the owner on Jun 1, 2023. It is now read-only.

Commit 11c7bd6

Browse files
committed
Devel-NYTProf: -Wformat
(cherry picked from commit ddc605e)
1 parent 9f96510 commit 11c7bd6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

cpan/Devel-NYTProf/NYTProf.xs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3107,8 +3107,8 @@ disable_profile(pTHX)
31073107
is_profiling = 0;
31083108
}
31093109
if (trace_level)
3110-
logwarn("~ disable_profile (previously %s, pid %d, trace %" IVdf ")\n",
3111-
prev_is_profiling ? "enabled" : "disabled", getpid(), trace_level);
3110+
logwarn("~ disable_profile (previously %s, pid %d, trace %ld)\n",
3111+
prev_is_profiling ? "enabled" : "disabled", getpid(), trace_level);
31123112
return prev_is_profiling;
31133113
}
31143114

t/porting/customized.dat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Devel::NYTProf cpan/Devel-NYTProf/FileHandle.xs 8b8ccd2e6f8f0ddfb13c7360dffccaf2
3737
Devel::NYTProf cpan/Devel-NYTProf/lib/Devel/NYTProf/FileInfo.pm 913665651ffa5415b71adb39c269559e74c35b0e
3838
Devel::NYTProf cpan/Devel-NYTProf/Makefile.PL b6bc167c480874deeca0d5d2f119c16b53eb9af7
3939
Devel::NYTProf cpan/Devel-NYTProf/MemoryProfiling.pod c7301ff4ec5c0066db64103e9f68fd5fe0397cc6
40-
Devel::NYTProf cpan/Devel-NYTProf/NYTProf.xs a92930da2717dd1fe71ab58ae1774ce61295d54d
40+
Devel::NYTProf cpan/Devel-NYTProf/NYTProf.xs ddfde5521a04c27eb5ac4155b7d05b1e02061829
4141
Devel::NYTProf cpan/Devel-NYTProf/t/00-load.t 2eeff9e8529b50ba11e0b2264a52a328b2bd0d8c
4242
Devel::NYTProf cpan/Devel-NYTProf/t/22-readstream.t 7bfb169ad304370c5024eef40d145c0e055141f8
4343
Devel::NYTProf cpan/Devel-NYTProf/t/80-version.t 0ff43f0fc4af1564dd764ac2052baa243273397b

0 commit comments

Comments
 (0)