Skip to content

Don't inline deprecation warnings

Matthias Clasen requested to merge gobject-speedup4 into main

Another breakout from !2278 (closed)


The code that emits property deprecation warnings rarely runs, and doesn't need to be inlined everywhere. It is enough to inline the check for the deprecation flag.

Edited by Matthias Clasen

Merge request reports