{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
|
|
@ -210,6 +210,7 @@ pub const AutoReleasePool = if (!@import("builtin").target.isDarwin()) opaque {
|
||||||
}
|
}
|
||||||
|
|
||||||
pub fn release(pool: ?*AutoReleasePool) void {
|
pub fn release(pool: ?*AutoReleasePool) void {
|
||||||
|
_ = pool;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
} else opaque {
|
} else opaque {
|
||||||
|
|
|
||||||
|
|
@ -143,6 +143,7 @@ pub const AutoReleasePool = if (!@import("builtin").target.isDarwin()) opaque {
|
||||||
}
|
}
|
||||||
|
|
||||||
pub fn release(pool: ?*AutoReleasePool) void {
|
pub fn release(pool: ?*AutoReleasePool) void {
|
||||||
|
_ = pool;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
} else opaque {
|
} else opaque {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue