Skip to content

wallpapers/potd: mark static objects constinit

Fushan Wen requested to merge work/fuf/tapfix into master

Static and thread-local objects should be constexpr or constinit if possible.

Merge request reports