odp
odp copied to clipboard
[PATCH v1] handle warnings when application is compiled with -Wconversion or -Wpacked
This series avoids or ignores warnings from ODP headers and ODP helper headers when application is compiled with -Wconversion or -Wpacked.
For -Wpacked, there are at least four different options, in order of increasingly fine granularity:
- Don't do anything, let the application handle it.
- Ignore the warnings in all helper headers. (v1)
- Ignore the warnings in the affected helper headers.
- Ignore the warnings for the affected structs,