Bug 513522 - m_libcassert.c: 'ordered comparison of pointer with integer zero' compiler warning

This commit is contained in:
Paul Floyd
2025-12-18 07:59:38 +01:00
parent 1d4182eed4
commit 6f1b1f3d7d
2 changed files with 3 additions and 1 deletions

2
NEWS
View File

@@ -46,6 +46,8 @@ are not entered into bugzilla tend to get forgotten about or ignored.
512037 malloc trace does not print free size or alignment
512571 regtest problems with darwin dsymuti
513257 Add missing syswraps for lsm_list_modules
513522 m_libcassert.c: 'ordered comparison of pointer with integer zero'
compiler warning
To see details of a given bug, visit
https://bugs.kde.org/show_bug.cgi?id=XXXXXX

View File

@@ -500,7 +500,7 @@ static void report_and_quit ( const HChar* report,
False, // exited_threads
startRegsIN);
if (VG_(debugLog_getLevel) > 0) {
if (VG_(debugLog_getLevel)() > 0) {
VG_(am_show_nsegments) (1, "report_and_quit");
(void) VG_(am_do_sync_check) ("report_and_quit", __FILE__, __LINE__);
}