Skip to content

Commit 60ee765

Browse files
committed
travis.yml: force W=1 compilation for entire sound subsystem + soundwire
This will stop for all compilation warnings and documentation warnings. Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
1 parent 62a13bc commit 60ee765

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ jobs:
5858
- export ARCH=x86_64 KCFLAGS="-Wall -Werror"
5959
- bash kconfig/kconfig-sof-default.sh
6060
- make modules_prepare
61-
- make -j`getconf _NPROCESSORS_ONLN` M=sound/soc/sof W=1
61+
- make -j`getconf _NPROCESSORS_ONLN` sound/ W=1
62+
- make -j`getconf _NPROCESSORS_ONLN` drivers/soundwire/ W=1
6263
- make -j`getconf _NPROCESSORS_ONLN`
6364
- make -j`getconf _NPROCESSORS_ONLN` bindeb-pkg
6465
- name: "BUILD GCC9 SST Kernel x86_64"

0 commit comments

Comments
 (0)