Skip to content

[BUGFIX] In ARM64 exceptions: change the interpretation of the XDATA … #12

[BUGFIX] In ARM64 exceptions: change the interpretation of the XDATA …

[BUGFIX] In ARM64 exceptions: change the interpretation of the XDATA … #12

Workflow file for this run

name: Static analysis
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Cppcheck
run: |
sudo apt update
sudo apt --yes install cppcheck
- name: Static analysis
run: |
cppcheck --project=bearparser.cppcheck --error-exitcode=1 --enable=warning