Re: [ovs-dev] [PATCH 2/2] sparse: Avoid warnings compiling stream-ssl.c.

2017-05-18 Thread Ben Pfaff
Thanks for the thoughtful review. I applied this to master. On Wed, May 10, 2017 at 12:08:29AM +, Darrell Ball wrote: > I don’t see the Sparse complaint > > I am using > > dball@ubuntu:~/ovs$ openssl version > OpenSSL 1.0.2g 1 Mar 2016 > dball@ubuntu:~/ovs$ uname -a > Linux ubuntu

Re: [ovs-dev] [PATCH 2/2] sparse: Avoid warnings compiling stream-ssl.c.

2017-05-09 Thread Darrell Ball
I don’t see the Sparse complaint I am using dball@ubuntu:~/ovs$ openssl version OpenSSL 1.0.2g 1 Mar 2016 dball@ubuntu:~/ovs$ uname -a Linux ubuntu 4.4.0-75-generic #96-Ubuntu SMP Thu Apr 20 09:56:33 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux The line number quoted in the commit message here

[ovs-dev] [PATCH 2/2] sparse: Avoid warnings compiling stream-ssl.c.

2017-05-05 Thread Ben Pfaff
This change avoids the following "sparse" warnings: /usr/include/inttypes.h:105:10: warning: preprocessor token PRIu64 redefined /usr/include/openssl/e_os2.h:275:12: this was the original definition With this change, the build is again "sparse" clean. I did not look into the details of this