Skip to content

libweston/screenshooter: Fix build when __builtin_clz is not available

EatingSumo requested to merge longjunyu2/weston:main into main

Fix compilation error when __builtin_clz is not available by renaming variable 'u' to 'run'

Merge request reports