Skip to content

STYLE: Prefer c++17 [[maybe_unused]] attribute over (void) #5320

STYLE: Prefer c++17 [[maybe_unused]] attribute over (void)

STYLE: Prefer c++17 [[maybe_unused]] attribute over (void) #5320

Workflow file for this run

name: Label PRs
on:
- pull_request_target
jobs:
build:
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- uses: srvaroa/[email protected]
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"