https://bugs.kde.org/show_bug.cgi?id=436958
michael <reeves...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/sdk/ |https://invent.kde.org/sdk/ |kdiff3/commit/18d3db26dea57 |kdiff3/commit/5feaf425a9236 |5c1b8f418d23ccb93ecc9df026f |1a5e1e40640cd58399290fae46e --- Comment #18 from michael <reeves...@gmail.com> --- Git commit 5feaf425a92361a5e1e40640cd58399290fae46e by Michael Reeves. Committed on 13/05/2021 at 20:15. Pushed by mreeves into branch 'master'. Avoid connect issues with NDEBUG beging defined when Qt thinks we're in release mode. The offending Qt lines are here: The expression static_cast<void>(false && (cond)) is produced when qt thinks this Q_ASSERT should be disabled. Since it this is a nop Q_ASSERT should not containing anything that has side effects as a parameter. (cherry picked from commit 18d3db26dea575c1b8f418d23ccb93ecc9df026f) M +5 -1 src/defmac.h https://invent.kde.org/sdk/kdiff3/commit/5feaf425a92361a5e1e40640cd58399290fae46e -- You are receiving this mail because: You are watching all bug changes.