{mach,gpu}: correct unused parameter
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
f5d34e1247
commit
631d3eadbb
2 changed files with 2 additions and 0 deletions
|
|
@ -143,6 +143,7 @@ pub const AutoReleasePool = if (!@import("builtin").target.isDarwin()) opaque {
|
|||
}
|
||||
|
||||
pub fn release(pool: ?*AutoReleasePool) void {
|
||||
_ = pool;
|
||||
return;
|
||||
}
|
||||
} else opaque {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue