open-hpi / openhpi

Other
7 stars 10 forks source link

C type error in the ov_rest plugin #2752

Open fweimer-rh opened 9 months ago

fweimer-rh commented 9 months ago

NULL can have a pointer type, and converting pointers to integers without a cast is not valid C. Compilers are beginning to treat this an error, leading to a build failure.

Related to: