diff options
| author | Nicolas James <Eele1Ephe7uZahRie@tutanota.com> | 2026-04-04 14:20:59 +1100 |
|---|---|---|
| committer | Nicolas James <Eele1Ephe7uZahRie@tutanota.com> | 2026-04-04 14:20:59 +1100 |
| commit | ecaf30c5cea321c55f6a5ce827afbfc6afa0e9b1 (patch) | |
| tree | 1568661c33ea4eb939e39ca3cf42bbdb2be3c2f1 /CMakeLists.txt | |
| parent | effef8d4c4012f415c8cf869f9999232862009e2 (diff) | |
Lock in swapchain_monitor::update_params, fix missing CMakeList.txt modification
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index a789e87..f44ba5d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -47,13 +47,10 @@ target_compile_options(${LIBRARY_NAME} PRIVATE -Wall -Wextra - -Wno-unused-parameter - -Wno-unused-function -Wno-sign-conversion -Wno-missing-field-initializers - $<$<NOT:$<CONFIG:Debug>>:-Wno-unused-variable -Wno-unused-but-set-variable> -Wundef -Wconversion -Wdouble-promotion -)
\ No newline at end of file +) |
