On 12/28/2013 2:52 PM, denisart benjamin2 wrote: > > Hello everyone, > > I'm a openSUSE maintainer and I have an issue with powertop 2.5 about > implicit implementation, classic stdio.h,... Obviously, I tried to patch > event-parce.c but it doesn't work > > I: Program is using implicit definitions of functions getting > pointers or implemented by macros. These functions need to use their > correct prototypes to allow correct argument passing on e.g. x86_64 . > - Implicit memory/string functions need #include . > - Implicit *printf functions need #include . > - Implicit *printf functions need #include . > - Implicit *read* functions need #include . > - Implicit *recv* functions need #include . > W: powertop implicit-pointer-decl event-parse.c:856 > E: powertop 64bit-portability-issue event-parse.c:5120 > adding Steve since this is his upstream code... btw this code will be a standalone upstream library very soon... ... I assume OpenSUSE will include this library ?