mmmmh
This commit is contained in:
parent
82aee127b0
commit
a92b119549
99 changed files with 6922 additions and 5723 deletions
7
warnings/colla_warn_beg.h
Normal file
7
warnings/colla_warn_beg.h
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
#if COLLA_CLANG
|
||||
|
||||
#pragma clang diagnostic push
|
||||
#pragma clang diagnostic ignored "-Winitializer-overrides"
|
||||
#pragma clang diagnostic ignored "-Wgnu-zero-variadic-macro-arguments"
|
||||
|
||||
#endif
|
||||
5
warnings/colla_warn_end.h
Normal file
5
warnings/colla_warn_end.h
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
#if COLLA_CLANG
|
||||
|
||||
#pragma clang diagnostic pop
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue