Re: [ovs-dev] [PATCH] Fix format specifier technicalities.

2017-03-17 Thread Ben Pfaff
On Thu, Mar 09, 2017 at 07:00:28PM -0800, Daniele Di Proietto wrote: > 2017-03-07 15:56 GMT-08:00 Ben Pfaff : > > Various printf() format specifiers in the tree had minor technical issues > > which the Mac OS build reported, e.g. here: > > https://s3.amazonaws.com/archive.travis-ci.org/jobs/2087183

Re: [ovs-dev] [PATCH] Fix format specifier technicalities.

2017-03-09 Thread Daniele Di Proietto
2017-03-07 15:56 GMT-08:00 Ben Pfaff : > Various printf() format specifiers in the tree had minor technical issues > which the Mac OS build reported, e.g. here: > https://s3.amazonaws.com/archive.travis-ci.org/jobs/208718342/log.txt > > These tend to fall into two categories of harmless warnings: >

[ovs-dev] [PATCH] Fix format specifier technicalities.

2017-03-07 Thread Ben Pfaff
Various printf() format specifiers in the tree had minor technical issues which the Mac OS build reported, e.g. here: https://s3.amazonaws.com/archive.travis-ci.org/jobs/208718342/log.txt These tend to fall into two categories of harmless warnings: 1. Wrong width for types that are all promoted t