mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-07 16:23:38 +03:00
* Tools - none-cxxflags generator script GCC10 -> GCC (as in general, not specific to 10) cpp -> cxx to be consistent with gcc terminology grep exclude patterns in a separate file exclude 'deprecated' warnings by default * actually set warnings when compiling --warnings=none is arduino-cli implicit default
23 lines
448 B
Plaintext
23 lines
448 B
Plaintext
=
|
|
NSObject-attribute
|
|
c11-c2x-compat
|
|
c90-c99-compat
|
|
c99-c11-compat
|
|
compare-distinct-pointer-types
|
|
complain-wrong-lang
|
|
declaration-after-statement
|
|
declaration-missing-parameter-type
|
|
deprecated
|
|
deprecated-declarations
|
|
designated-init
|
|
discarded-array-qualifiers
|
|
discarded-qualifiers
|
|
implicit-function-declaration
|
|
implicit-int
|
|
incompatible-pointer-types
|
|
int-conversion
|
|
old-style-definition
|
|
override-init-side-effects
|
|
pointer-to-int-cast
|
|
return-mismatch
|