diff options
| author | jacqueline <me@jacqueline.id.au> | 2024-04-19 16:51:53 +1000 |
|---|---|---|
| committer | jacqueline <me@jacqueline.id.au> | 2024-04-19 16:51:53 +1000 |
| commit | 8e113ea9ae595b1bc37e7a567b0bc6b90ec81c05 (patch) | |
| tree | 137728a00306a0b7df3bfe589f050dde05298f49 /lib/tremor | |
| parent | 354ba0325a9df220f05486712662c20b2ca0e0d0 (diff) | |
| download | tangara-fw-8e113ea9ae595b1bc37e7a567b0bc6b90ec81c05.tar.gz | |
squash a bunch of warnings
Diffstat (limited to 'lib/tremor')
| -rw-r--r-- | lib/tremor/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tremor/CMakeLists.txt b/lib/tremor/CMakeLists.txt index 530c0493..47037a7f 100644 --- a/lib/tremor/CMakeLists.txt +++ b/lib/tremor/CMakeLists.txt @@ -5,4 +5,4 @@ idf_component_register( SRCS bitwise.c codebook.c dsp.c floor0.c floor1.c floor_lookup.c framing.c info.c mapping0.c mdct.c misc.c res012.c vorbisfile.c INCLUDE_DIRS ".") -target_compile_options("${COMPONENT_LIB}" PRIVATE -Ofast -Wno-error=misleading-indentation -Wno-error=maybe-uninitialized -Wno-error=char-subscripts -Wno-error=unused-label) +target_compile_options("${COMPONENT_LIB}" PRIVATE -Ofast -Wno-misleading-indentation -Wno-maybe-uninitialized -Wno-char-subscripts -Wno-unused-label -Wno-shift-negative-value -Wno-unused-variable -Wno-type-limits -Wno-implicit-fallthrough) |
