diff options
author | Pedro J. Estébanez <pedrojrulez@gmail.com> | 2017-05-26 22:22:13 +0200 |
---|---|---|
committer | Pedro J. Estébanez <pedrojrulez@gmail.com> | 2017-05-27 02:30:27 +0200 |
commit | d46e246d0ff2fa2b5cf8b47aecbc777846e0c404 (patch) | |
tree | d19f1bfcb16a7cc7cb8ddaa3e7b8b0fcb386dea0 /thirdparty/opus/silk/NSQ.h | |
parent | 9fa4f1c54c6d528192e7ed04354d5ce2c733d99a (diff) |
Rework warning levels
Now you have: extra, all (the default), moderate, no.
The old 'yes' option is still supported, but a warning will be printed and 'all' will be assumed.
The different options will translate to the following:
MSVC:
extra -> /Wall (implies /W4)
all -> /W3 + disable non-essential (*)
moderate -> /W2 + disable non-essential (*)
no -> /w
GCC/Clang:
extra -> -Wall -Wextra
all -> -Wall
moderate -> -Wall -Wno-unused
no -> -w
* = Truncations, narrowing conversions...: /wd4267 /wd4244 /wd4305 /wd4800
Diffstat (limited to 'thirdparty/opus/silk/NSQ.h')
0 files changed, 0 insertions, 0 deletions