mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 03:44:06 +00:00
test: simple-xinit: add _X_NORETURN
fix warning: > ../test/simple-xinit.c:58:1: warning: function 'usage' could be declared with attribute 'noreturn' [-Wmissing-noreturn] Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net> Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1429>
This commit is contained in:
committed by
Marge Bot
parent
58117a0c3e
commit
f7a97a7ab0
@@ -2,6 +2,7 @@ simple_xinit = executable(
|
||||
'simple-xinit',
|
||||
'simple-xinit.c',
|
||||
include_directories: inc,
|
||||
dependencies: [ xproto_dep ],
|
||||
)
|
||||
|
||||
piglit_env = environment()
|
||||
|
||||
Reference in New Issue
Block a user