Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
alpine
aports
Commits
e2d77aea
Commit
e2d77aea
authored
1 year ago
by
alice
Browse files
Options
Downloads
Patches
Plain Diff
testing/yyjson: remove werror
parent
e5072b41
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
testing/yyjson/APKBUILD
+2
-0
2 additions, 0 deletions
testing/yyjson/APKBUILD
testing/yyjson/no-werror.patch
+12
-0
12 additions, 0 deletions
testing/yyjson/no-werror.patch
with
14 additions
and
0 deletions
testing/yyjson/APKBUILD
+
2
−
0
View file @
e2d77aea
...
...
@@ -11,6 +11,7 @@ makedepends="cmake samurai"
subpackages
=
"
$pkgname
-static
$pkgname
-dev
$pkgname
-doc"
source
=
"https://github.com/ibireme/yyjson/archive/
$pkgver
/yyjson-
$pkgver
.tar.gz
false-error-about-uninitialized-variable.patch
no-werror.patch
"
build
()
{
...
...
@@ -41,4 +42,5 @@ package() {
sha512sums
=
"
91a14d2292cebc5d3eb0954511c1d27d6fa45f778febe73bac700acdbeba3bfc485db444d49cab903dc323eacdb74625059465e4a45a1eca5a1e397768f422f5 yyjson-0.7.0.tar.gz
7ba5d285e8c357a56ba8f6db3721aaea55bc180420075d8475e5a13692c547fe151c879ca2d37e7ac61a09059aa46d62083a69c2b0e5c320f2cd704303750a7d false-error-about-uninitialized-variable.patch
72eae771d738e82ca7703453b6f21097f178cdbdb4bff67da617ac5503e27d8b34578c2f99300559f2dbfcc212b53f171956ff21aa072abbdb9d0acb73f02386 no-werror.patch
"
This diff is collapsed.
Click to expand it.
testing/yyjson/no-werror.patch
0 → 100644
+
12
−
0
View file @
e2d77aea
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 165d83e..9410941 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -325,7 +325,6 @@
if(YYJSON_BUILD_TESTS)
set(YYJSON_BASE_FLAGS
-pedantic
-pedantic-errors
- -Werror
-Wall
-Wextra
-Wconversion
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment