Project

General

Profile

Bug #9571

False positive -Wfree-nonheap-object warning

Added by Roel Standaert about 1 year ago. Updated about 1 year ago.

Status:
Closed
Priority:
Normal
Target version:
Start date:
01/05/2022
Due date:
% Done:

100%

Estimated time:

Description

GCC 11 turns this warning on by default, and we get this warning in Wt/Signals/signal.hpp on end_link in emit(...).

Our logic guarantees that the delete this in decref() is never called, but GCC does not see through this.

#1

Updated by Roel Standaert about 1 year ago

  • Description updated (diff)
#2

Updated by Roel Standaert about 1 year ago

  • Status changed from New to InProgress
#3

Updated by Roel Standaert about 1 year ago

  • Status changed from InProgress to Review
#4

Updated by Roel Standaert about 1 year ago

  • Assignee deleted (Roel Standaert)
#5

Updated by Roel Standaert about 1 year ago

  • % Done changed from 0 to 100
#6

Updated by Roel Standaert about 1 year ago

  • Assignee set to Roel Standaert
#7

Updated by Roel Standaert about 1 year ago

  • Status changed from Review to Resolved
#8

Updated by Roel Standaert about 1 year ago

  • Status changed from Resolved to Closed

Also available in: Atom PDF