Skip to content

Commit

Permalink
Remove -Wno-deprecated-non-prototype from macos build (#4728)
Browse files Browse the repository at this point in the history
  • Loading branch information
kazarmy authored Nov 22, 2024
1 parent 2e5473b commit 3556a7e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ jobs:
meson_options: -Dbuildtype=release --werror
enabled: ${{ needs.changes.outputs.edited == 'true' }}
timeout: 60
cflags: "-Wno-deprecated-non-prototype"
allow_failure: false
- name: linux-gcc-tests-asan
os: ubuntu-22.04
Expand Down
2 changes: 1 addition & 1 deletion subprojects/libdemangle.wrap
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[wrap-git]
url = https://github.com/rizinorg/rz-libdemangle.git
revision = 0031d1aff54fd6e922d7600425284513d32dec65
revision = e1bbcb889e704c36d42d33cbac132f3c5f5fe91d
depth = 1

0 comments on commit 3556a7e

Please sign in to comment.