[*] I hate clang even more
This commit is contained in:
parent
3e3a071e8e
commit
9ac6be62f4
@ -41,7 +41,8 @@
|
||||
#pragma clang diagnostic ignored "-Wbraced-scalar-init"
|
||||
|
||||
// Consider: VIS void MyFunc(int a, int b = { 2 }, int c = { 3 })
|
||||
// Consider: how much legacy C code used { NULL [, ...] } as a generic initializer of member pointers *and integers*
|
||||
// Consider: how much legacy C code used { NULL [, ...] } as a generic initializer of member pointers *and integers*
|
||||
// Consider: MaybeUsignedLongLongOrMaybeInt2048ClassOrMaybeBigIntClassOrMaybeEndianWrapper_t someValue = { 0 }
|
||||
// Why the hell should this resort in screeching from every translation unit parsing the runtimes' API?
|
||||
// ...why should I care *NOT TO* sneak in additional universal warning ignores when this is the absolute state of clang and gcc?
|
||||
// ...i'm not infecting my (and others') buildchain[s] with retarded piss, nor am i going to give a shit about your obsession with pragmatic build warnings (-Wall -pedantic, etc), in the face of these dog-shit compilers.
|
||||
|
Loading…
Reference in New Issue
Block a user