Changeset 104921 in vbox for trunk/src/VBox/Runtime
- Timestamp:
- Jun 14, 2024 12:04:58 PM (11 months ago)
- svn:sync-xref-src-repo-rev:
- 163523
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/tools/RTTraceLogTool.cpp
r104920 r104921 207 207 208 208 static DECLCALLBACK(int) rtTraceLogToolDecoderHlpPrintf(PRTTRACELOGDECODERHLP pHlp, const char *pszFormat, ...) 209 RT_IPRT_FORMAT_ATTR(3, 4)210 209 { 211 210 RT_NOREF(pHlp); … … 219 218 220 219 static DECLCALLBACK(int) rtTraceLogToolDecoderHlpErrorMsg(PRTTRACELOGDECODERHLP pHlp, const char *pszFormat, ...) 221 RT_IPRT_FORMAT_ATTR(3, 4)222 220 { 223 221 RT_NOREF(pHlp);
Note:
See TracChangeset
for help on using the changeset viewer.