Skip to content
Snippets Groups Projects
Commit 1b7a3b82 authored by alice's avatar alice Committed by alice
Browse files

community/nvui: disable werror

parent ff511509
No related branches found
No related tags found
2 merge requests!39304[3.16] main/expat: security upgrade to 2.4.9,!35994community/fmt: upgrade to 9.0.0
......@@ -19,6 +19,7 @@ makedepends="
qt5-qtsvg-dev
"
source="https://github.com/rohit-px2/nvui/archive/v$pkgver/nvui-$pkgver.tar.gz
no-werror.patch
fhs-paths.patch
use-sane-animation-time.patch
nvui.sh
......@@ -63,6 +64,7 @@ package() {
sha512sums="
e5e1eeb7f63455bb9d5b128c10056940c903a428329ad6634f6739d707faa7b6316d2fc8e7572b2ef4ee8281c36e2bac4828e2916c13298ba1abca9bc6a59649 nvui-0.2.1.tar.gz
6cf4775c5e9348d40399aff2b3757c96c75d6d7aef2b8a6fee22beef9f9c3ef46c20e8b9309b3719e177d89eba04077d80b5a682310357c7704ae3e72dee541a no-werror.patch
3f657ee1d23b0d3e9b2fe024f11527ced00359505391266510823c3b0e077e547decddc5d40b1e6eba796603062b5771a22669995ffb73091370796263006bb7 fhs-paths.patch
dd60e7c60a3269d777b9fd0dd11d89a8ebb796cb23dd403cb66a1a6b9b527d356216b060c849b1760d8aef1b575a95bf57043e9986081329baefc229366bb0c0 use-sane-animation-time.patch
d781d307ad39d53f91660455fe0c6bed4698b9c70daca178652ba72d2326005dc47cfbb039c62ef97b165ae5be96e49c2e3e837f9674689b9717a336db65f7c2 nvui.sh
......
diff --git a/CMakeLists.txt b/CMakeLists.txt
index d854ed9..30590a4 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -28,7 +28,7 @@ if(MSVC)
add_compile_options(/W4 /WX /wd5054 /wd4459 /wd4458 /wd4244 /wd4127 /wd4702)
set(CMAKE_CXX_FLAGS_RELEASE /O2 /DNDEBUG)
else()
- add_compile_options(-Wall -Wextra -pedantic -Werror -Wfatal-errors -Wno-language-extension-token)
+ add_compile_options(-Wall -Wextra -pedantic -Wno-language-extension-token)
set(CMAKE_CXX_FLAGS_RELEASE "${CMAKE_CXX_FLAGS_RELEASE} -O3 -DNDEBUG")
endif()
set(CMAKE_CXX_STANDARD 20)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment