Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-05-24 | core/ssrf.h: add #pragma to avoid clang warning "-Wmissing-field-initializers" | jan Iversen | |
Add a #pragma to avoid getting warning when a struct is only initialized with one 0 and not one pr struct member Signed-off-by: Jan Iversen <jani@apache.org> | |||
2018-05-24 | core: add ssrf.h as global product header | jan Iversen | |
ssrf contains macros/includes etc. used in ssrf, but not related to dives (mainly in dive.h) currently the header is created to add the macro UNUSED later it will be used to remove non-dive related items from dive.h Signed-off-by: Jan Iversen <jani@apache.org> |