[go: nahoru, domu]

Skip to content

Commit

Permalink
Merge pull request dnschneid#4662 from myelin/allow-cras-to-build-eve…
Browse files Browse the repository at this point in the history
…rywhere

Use -Wno-error instead of specifying individual warnings.
  • Loading branch information
dnschneid committed Jan 11, 2022
2 parents 811f5e4 + 484739d commit af161d6
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-error=attributes -Wno-error=maybe-uninitialized -Wno-error=stringop-overread"
CFLAGS="$CFLAGS -Wno-int-in-bool-context -DCRAS_SOCKET_FILE_DIR=\"/var/run/cras\" -Wno-error"
buildlib libcras
Expand Down

0 comments on commit af161d6

Please sign in to comment.