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:
Corentin Wallez 2020-04-07 16:09:27 +00:00 committed by Commit Bot service account
parent 09ee5eb499
commit ce100347eb
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ extern "C" {
);
{% endfor %}
typedef void (*WGPUProc)();
typedef void (*WGPUProc)(void);
#if !defined(WGPU_SKIP_PROCS)