mesa/src/microsoft/clc
Yonggang Luo 2e79e4b6d8 microsoft/clc: Add missing void to no-parameter function signature
Fixes this warning:
../../src/microsoft/clc/clc_compiler.c:1218:10: error: no previous prototype for 'clc_compiler_get_version' [-Werror=missing-prototypes]
 1218 | uint64_t clc_compiler_get_version()
      |          ^~~~~~~~~~~~~~~~~~~~~~~~

Signed-off-by: Yonggang Luo <luoyonggang@gmail.com>
Reviewed-by: Jesse Natalie <jenatali@microsoft.com>
Reviewed-by: Erik Faye-Lund <erik.faye-lund@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16671>
2022-06-15 11:38:24 +00:00
..
clc_compiler.c microsoft/clc: Add missing void to no-parameter function signature 2022-06-15 11:38:24 +00:00
clc_compiler.h microsoft/clc: Add missing void to no-parameter function signature 2022-06-15 11:38:24 +00:00
clc_compiler_test.cpp microsoft/clc: Fixes compiling of microsoft clc with mingw 2022-06-03 16:33:00 +00:00
clc_nir.c microsoft/compiler: Move workgroup_size lowering from clc 2022-01-11 01:36:56 +00:00
clc_nir.h
clon12compiler.def
compute_test.cpp microsoft/clc: Fixes compiling of microsoft clc with mingw 2022-06-03 16:33:00 +00:00
compute_test.h microsoft/clc: fixup indentation 2022-04-29 07:08:57 +00:00
meson.build