File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -22,13 +22,13 @@ jobs:
22
22
- kernel : " 4.1"
23
23
compile_cflags : -Wno-error=format-truncation
24
24
- kernel : " 4.5"
25
- compile_cflags : -Wno-error=format-truncation
25
+ compile_cflags : -Wno-error=format-truncation -Wno-error=pointer-sign
26
26
- kernel : " 4.6"
27
- compile_cflags : -Wno-error=format-truncation
27
+ compile_cflags : -Wno-error=format-truncation -Wno-error=pointer-sign
28
28
- kernel : " 4.14"
29
- compile_cflags : -Wno-error=format-truncation
29
+ compile_cflags : -Wno-error=format-truncation -Wno-error=pointer-sign
30
30
- kernel : " 5.10"
31
- compile_cflags : -Wno-error=format-truncation
31
+ compile_cflags : -Wno-error=format-truncation -Wno-error=pointer-sign
32
32
steps :
33
33
- name : Checkout the repo
34
34
uses : actions/checkout@v2
You can’t perform that action at this time.
0 commit comments