mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
9e219e8b92
Assignment to a DebugOnly variable results in a call to either the empty 'operator =' or to an empty implicit 1-arg constructor and empty copy constructor when in non-debug mode. Either of these get inlined and eliminated as dead code above -00, so there is no benefit to skipping this assignment for non-debug builds. |
||
---|---|---|
.. | ||
RangedPtr.h | ||
RefPtr.h | ||
Types.h | ||
Util.h |