Fix a -Wstrict-prototypes
Bug: chromium:1064305 Change-Id: I06c5feb2f43e00d4991a8a244175d79b8ad987d9 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/18962 Commit-Queue: Corentin Wallez <cwallez@chromium.org> Reviewed-by: Austin Eng <enga@chromium.org>
This commit is contained in:
parent
09ee5eb499
commit
ce100347eb
|
@ -130,7 +130,7 @@ extern "C" {
|
|||
);
|
||||
{% endfor %}
|
||||
|
||||
typedef void (*WGPUProc)();
|
||||
typedef void (*WGPUProc)(void);
|
||||
|
||||
#if !defined(WGPU_SKIP_PROCS)
|
||||
|
||||
|
|
Loading…
Reference in New Issue