3 Commits

Author SHA1 Message Date
Michael Forney
fa8a2f3f14 libgpiod: Disable overflow warning for ioctl request code
musl declares ioctl to have an int request code, so some requests
might cause signed integer overflow, but will behave as expected.
2020-06-05 03:11:11 -07:00
Michael Forney
d4297a13c8 Use -isystem to include library headers
This way, warnings from headers that come from another package (in
particular linux-headers) won't show up when they get included.

To make sure we still track dependencies, use -MD instead of -MMD.
2020-06-05 03:01:44 -07:00
Michael Forney
b89685c327 Add libgpiod 1.5 2020-03-01 19:24:52 -08:00