We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ffdc87 commit 6bbbd30Copy full SHA for 6bbbd30
llvm/tools/llvm-objdump/XCOFFDump.cpp
@@ -86,6 +86,7 @@ void XCOFFDumper::printFileHeader() {
86
"%F %T", std::gmtime(&TimeDate));
87
assert(BytesFormatted && "The size of the buffer FormattedTime is less "
88
"than the size of the date/time string.");
89
+ (void)BytesFormatted;
90
printStrHex("Timestamp:", FormattedTime, Timestamp);
91
} else {
92
// Negative timestamp values are reserved for future use.
0 commit comments