Skip to content

bcmserver: use pragma to silence gnu-variable-sized-type-not-at-end w… #223

bcmserver: use pragma to silence gnu-variable-sized-type-not-at-end w…

bcmserver: use pragma to silence gnu-variable-sized-type-not-at-end w… #223

Workflow file for this run

name: C with autotools
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: autogen
run: ./autogen.sh
- name: configure
run: ./configure
- name: make
run: make
- name: make distcheck
run: make distcheck