open-hpi / openhpi

Other
6 stars 10 forks source link

Make the ipmi build to work with gcc-7 #1966

Closed mohandev2 closed 6 years ago

mohandev2 commented 6 years ago

Compile fails with gcc-7 libraries. Future releases on linux distributions will ship with this library. Pointer, integer comparisons are flagged as error in the new compiler. More details are at https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=853590

ipmi_direct_gcc_fix.patch.txt

Reported by: mohandev2

Original Ticket: openhpi/bugs/1966

mohandev2 commented 6 years ago

Original comment by: mohandev2

mohandev2 commented 6 years ago

Fixed with checkin #7718

Original comment by: mohandev2