lkml.org 
[lkml]   [2014]   [Oct]   [16]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH v2] bcm/CmHost.c: Fix noisy compile warnings
COMPILE_TEST is just so that you can view build warnings.  We would say:

depends on USB && NET && (!64BIT || COMPILE_TEST)

of

depends on USB && NET && (X86_32 || (X86 && COMPILE_TEST))

If you don't have USB or NET, you're get build errors but they don't
indicate bugs. If you build on X86_64 the warnings are real bugs.

regards,
dan carpenter


\
 
 \ /
  Last update: 2014-10-16 10:21    [W:0.042 / U:0.132 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site