Skip to content

Commit

Permalink
no error on implicit function declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
SolDev69 committed Jan 15, 2024
1 parent dd02d1d commit 204385d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pojav-gallium.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ jobs:
-Dgallium-drivers=freedreno,zink,swrast,panfrost,kmsro,virgl \
-Dfreedreno-kmds=kgsl \
-Dshared-glapi=false \
-Dbuildtype=debug
-Dbuildtype=debug \
-Dc_args='-Wno-error=implicit-function-declaration'
ninja -C "build-android" install
mv /tmp/mesa/lib/libOSMesa.so.8.0.0 /tmp/mesa/libOSMesa.so -v
- name: Upload libraries
Expand Down

0 comments on commit 204385d

Please sign in to comment.