Skip to content

gio-launch-desktop: Fix the G_STATIC_ASSERT expressions for clang

Kjell Ahlstedt requested to merge kjellahl/gio-launch-desktop-clang into main

The clang compiler requires the static_assert expression to be an integral constant expression. "text" is not, but sizeof "text" is.

Fixes #2740 (closed)

Merge request reports