Displaying 8 results from an estimated 8 matches for "wsometimes".
Did you mean:
sometimes
2017 Jul 12
2
[PATCH] Avoid -Wsometimes-uninitialized error for valid test code
|frame_size_enum| in tests/test_opus_encode.cl:117 is flagged as potentially
uninitialized but get_frame_size_enum() will fail anyway if a valid value is
not found.
---
tests/test_opus_common.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/tests/test_opus_common.h b/tests/test_opus_common.h
index ff7f0142..8b878607 100644
--- a/tests/test_opus_common.h
+++ b/tests/test_opus_common.h
@@
2017 Jul 12
0
[PATCH] Avoid -Wsometimes-uninitialized error for valid test code
On Wed, Jul 12, 2017 at 10:58 AM, Felicia Lim <flim at google.com> wrote:
> |frame_size_enum| in tests/test_opus_encode.cl:117 is flagged as potentially
> uninitialized but get_frame_size_enum() will fail anyway if a valid value is
> not found.
> ---
> tests/test_opus_common.h | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/tests/test_opus_common.h
2017 Jul 12
1
[PATCH] Avoid -Wsometimes-uninitialized error for valid test code
r+ with James' fix.
On 12/07/17 02:01 PM, James Zern wrote:
> On Wed, Jul 12, 2017 at 10:58 AM, Felicia Lim <flim at google.com> wrote:
>> |frame_size_enum| in tests/test_opus_encode.cl:117 is flagged as potentially
>> uninitialized but get_frame_size_enum() will fail anyway if a valid value is
>> not found.
>> ---
>> tests/test_opus_common.h | 2 ++
2023 Mar 22
1
[PATCH net-next 7/8] virtio_net: introduce receive_mergeable_xdp()
The purpose of this patch is to simplify the receive_mergeable().
Separate all the logic of XDP into a function.
Signed-off-by: Xuan Zhuo <xuanzhuo at linux.alibaba.com>
---
drivers/net/virtio_net.c | 128 +++++++++++++++++++++++----------------
1 file changed, 76 insertions(+), 52 deletions(-)
diff --git a/drivers/net/virtio_net.c b/drivers/net/virtio_net.c
index
2013 Jul 10
1
[LLVMdev] [BUG] Support for -W[no-]unused-but-set-{variable, parameter}
David Blaikie wrote:
> FWIW I'd sort of prefer just to have a generalized dead store warning
> (special casing for parameters doesn't seem all that important -
> though I could be wrong).
Does LLVM have some existing code to detect a dead store that I can
just hook into to fix the bug? I agree that the {variable,parameter}
might not be important in practice, but we need to be
2015 Mar 20
5
[LLVMdev] Enabling stricter warnings for Windows builds
I've been guilty several times recently of committing code that introduced build warnings. It's a poor excuse, but my excuse is that I've been working on code for Windows and LLVM doesn't enable strict warnings by default on Windows and produces nearly half a million warnings (literally) if you manually turn them on. As such, I thought I'd make an effort to see what it would
2014 Aug 18
15
Call for testing: OpenSSH 6.7
Hi,
OpenSSH 6.7 is almost ready for release, so we would appreciate testing
on as many platforms and systems as possible. This is a big release
containing a number of features, a lot of internal refactoring and some
potentially-incompatible changes.
Snapshot releases for portable OpenSSH are available from
http://www.mindrot.org/openssh_snap/
The OpenBSD version is available in CVS HEAD:
2024 Apr 03
0
[linux-next:master] BUILD REGRESSION 727900b675b749c40ba1f6669c7ae5eb7eb8e837
...04031346.wpIhNpyF-lkp at intel.com
https://lore.kernel.org/oe-kbuild-all/202404032101.sKzRXCWH-lkp at intel.com
Error/Warning: (recently discovered and may have been fixed)
fs/smb/client/file.c:728:12: warning: variable 'rc' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized]
mm/kasan/hw_tags.c:280:14: warning: assignment to 'struct vm_struct *' from 'int' makes pointer from integer without a cast [-Wint-conversion]
mm/kasan/hw_tags.c:280:16: error: implicit declaration of function 'find_vm_area'; did you mean 'find_vma_prev...