Skip to content

Replaced compiler __attribute__((unused)) with C++ [[maybe_unused]] #28

Replaced compiler __attribute__((unused)) with C++ [[maybe_unused]]

Replaced compiler __attribute__((unused)) with C++ [[maybe_unused]] #28

Workflow file for this run

name: C/C++ CI
on:
push:
branches:
- '*'
pull_request:
branches:
- '*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install arm-none-eabi
run: sudo apt install gcc-arm-none-eabi
- name: build all
run: |
cd scripts
./build_all.sh