all: remove ineffective _ = variable assignments (#530)
Lastest Zig complains about this, so they must removed to build.
This commit is contained in:
parent
98d929611c
commit
b8c48d6321
4 changed files with 0 additions and 6 deletions
|
|
@ -73,7 +73,6 @@ pub const Device = struct {
|
|||
frame_count_min: c_int,
|
||||
frame_count_max: c_int,
|
||||
) callconv(.C) void {
|
||||
_ = frame_count_min;
|
||||
const outstream = SoundIoOutStream{ .handle = @ptrCast(*c.SoundIoOutStream, c_outstream) };
|
||||
const device = @ptrCast(*Device, @alignCast(@alignOf(Device), outstream.handle.userdata));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue