1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-21 16:01:00 +00:00
serenity/Userland/Libraries/LibWeb/SVG
Daniel Bertalan 5f7f063919 Everywhere: Mark debug-only functions [[maybe_unused]]
These functions are only used from within `dbgln_if` calls, so in
certain build configurations, they go unused. Similarly to variables, we
now signal to the compiler that we understand that these are not always
in use.
2021-07-08 10:11:00 +02:00
..
SVGContext.h
SVGElement.cpp
SVGElement.h
SVGElement.idl
SVGGeometryElement.cpp
SVGGeometryElement.h
SVGGeometryElement.idl
SVGGraphicsElement.cpp
SVGGraphicsElement.h
SVGGraphicsElement.idl
SVGPathElement.cpp Everywhere: Mark debug-only functions [[maybe_unused]] 2021-07-08 10:11:00 +02:00
SVGPathElement.h
SVGPathElement.idl
SVGSVGElement.cpp
SVGSVGElement.h
SVGSVGElement.idl
TagNames.cpp
TagNames.h