Skip to content

Fix gcc warning about VLA #206

Fix gcc warning about VLA

Fix gcc warning about VLA #206

Workflow file for this run

name: Build libmodbus
on:
push:
branches: ["master"]
pull_request:
branches: ["master"]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6.0.1
- name: configure
run: ./autogen.sh && ./configure
- name: make
run: make
- name: make distcheck
run: make distcheck