Skip to content

Replace 0 byte allocation pattern flagged as a warning by g++ 15.11 a… #532

Replace 0 byte allocation pattern flagged as a warning by g++ 15.11 a…

Replace 0 byte allocation pattern flagged as a warning by g++ 15.11 a… #532

Workflow file for this run

name: C/C++ CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
strategy:
matrix:
os: [ ubuntu-latest, macos-latest ]
compiler: [ clang, gcc ]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- name: make
run: cd src && make clean && make all