Skip to content

Commit

Permalink
common: check version
Browse files Browse the repository at this point in the history
Signed-off-by: Tomasz Gromadzki <[email protected]>
  • Loading branch information
grom72 committed Jan 17, 2025
1 parent cf8c26a commit 9b3007e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,9 @@ jobs:
name: Install dependencies (aarch64)
run: sudo apt-get -y install gcc-aarch64-linux-gnu g++-11-aarch64-linux-gnu binutils-aarch64-linux-gnu

- name: Check compiler version
run: ${{ matrix.CC }} -v

- name: Build sources
env:
NDCTL_ENABLE: n # just to speed up the job
Expand Down
1 change: 0 additions & 1 deletion src/Makefile.inc
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ ifeq ($(CC),clang))
DEFAULT_CFLAGS += -Wcast-function-type-strict
endif


ifeq ($(WCONVERSION_AVAILABLE), y)
DEFAULT_CFLAGS += -Wconversion
endif
Expand Down

0 comments on commit 9b3007e

Please sign in to comment.