Skip to content

Use NULL instead of 0 to silence -Wzero-as-null-pointer-constant #164

Use NULL instead of 0 to silence -Wzero-as-null-pointer-constant

Use NULL instead of 0 to silence -Wzero-as-null-pointer-constant #164

Workflow file for this run

name: build
on: [push, pull_request]
jobs:
generic:
strategy:
matrix:
os: [windows, ubuntu, macos]
name: ${{matrix.os}}
runs-on: ${{matrix.os}}-latest
steps:
- uses: actions/checkout@v1
- name: test
run: cd test && python test_all.py