[go: nahoru, domu]

Skip to content

Commit

Permalink
Allow CRAS to compile by excluding some warnings from being treated a…
Browse files Browse the repository at this point in the history
…s errors
  • Loading branch information
myelin committed Jan 8, 2022
1 parent 7da0cf8 commit a2fed0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion targets/audio
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ END
# Note: -Wno-int-in-bool-context is necessary for building CRAS on
# older ChromeOS versions (issue #3352).
echo '
CFLAGS="$CFLAGS -Wno-int-in-bool-context -DCRAS_SOCKET_FILE_DIR=\"/var/run/cras\" -Wno-attributes"
CFLAGS="$CFLAGS -Wno-int-in-bool-context -DCRAS_SOCKET_FILE_DIR=\"/var/run/cras\" -Wno-error=attributes -Wno-error=maybe-uninitialized -Wno-error=stringop-overread"
buildlib libcras
Expand Down

0 comments on commit a2fed0e

Please sign in to comment.