mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-02-15 09:10:37 +01:00
test: remove extra return
Clears warning from clang 19.1.7: test/misc.c:239:12: warning: 'return' will never be executed [-Wunreachable-code-return] 239 | return 0; Fixes:46b579e8d("test: switch the unit tests to something resembling a test suite") Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1910> (cherry picked from commitd1cc5a599f)
This commit is contained in:
parent
afceb0d3d1
commit
ecf72360c7
1 changed files with 0 additions and 2 deletions
|
|
@ -234,6 +234,4 @@ misc_test(void)
|
|||
NULL,
|
||||
};
|
||||
return testfuncs;
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue