mirror of
git://sourceware.org/git/valgrind.git
synced 2026-01-12 00:19:31 +08:00
Bug 513522 - m_libcassert.c: 'ordered comparison of pointer with integer zero' compiler warning
This commit is contained in:
2
NEWS
2
NEWS
@@ -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
|
||||
|
||||
@@ -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__);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user