mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-04-18 01:39:03 +02:00
Cleanup: Clang warning fixes.
No warnings left on a '-Wall' build except for a single tautological compare in gen/asm-x86-32.h, which indeed seems like a bug.
This commit is contained in:
@@ -101,12 +101,12 @@ struct IrFuncTy : IrBase
|
||||
|
||||
IrFuncTy()
|
||||
: ret(NULL),
|
||||
args(),
|
||||
arg_sret(NULL),
|
||||
arg_this(NULL),
|
||||
arg_nest(NULL),
|
||||
arg_arguments(NULL),
|
||||
arg_argptr(NULL),
|
||||
args(),
|
||||
c_vararg(false),
|
||||
reverseParams(false)
|
||||
{}
|
||||
|
||||
Reference in New Issue
Block a user