Skip to content

Commit

Permalink
Merge pull request #775 from Nordix/fix-warnings
Browse files Browse the repository at this point in the history
Correct build warnings on Linux and macOS
  • Loading branch information
jschlyter authored Dec 14, 2024
2 parents 5c50a67 + 5d04ff1 commit 43df67c
Show file tree
Hide file tree
Showing 14 changed files with 1,111 additions and 200 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
sudo apt update -qq
sudo apt install libcppunit-dev libbotan-2-dev p11-kit
- name: Build
env:
CXXFLAGS: -Werror -DBOTAN_NO_DEPRECATED_WARNINGS
run: |
./autogen.sh
./configure --with-crypto-backend=${{ matrix.backend }}
Expand All @@ -49,6 +51,8 @@ jobs:
run: |
brew install automake libtool cppunit botan@2
- name: Build
env:
CXXFLAGS: -Werror -DBOTAN_NO_DEPRECATED_WARNINGS
run: |
./autogen.sh
./configure --with-crypto-backend=${{ matrix.backend }} ${{ matrix.extra-options }}
Expand Down
Loading

0 comments on commit 43df67c

Please sign in to comment.