ID:2926432
 
Resolved
A new warning for ..() when the parent proc does nothing was not correctly catching cases where procs like New() were overridden. The warning has been disabled until it can be done right.
BYOND Version:515
Operating System:Windows 10 Home 64-bit
Web Browser:Chrome 123.0.0.0
Applies to:Dream Daemon
Status: Resolved (515.1639)

This issue has been resolved.
Descriptive Problem Summary:

Warning ( empty_parent ) displaying when it shouldn't. Parent proc detection isn't capable of finding overridden hard procs.

Bug was introduced in 515.1638

Workarounds:

Add the following in your DME.

#pragma ignore empty_parent
Lummox JR resolved issue with message:
A new warning for ..() when the parent proc does nothing was not correctly catching cases where procs like New() were overridden. The warning has been disabled until it can be done right.