Skip to content

couple of warnings on clang #11

@sanga

Description

@sanga

Could be (probably spurious) but for the sake of clean build output it'd be nice to fix them:

omcache.c:1021:33: warning: missing field 'key' initializer [-Wmissing-field-initializers]
      omcache_value_t value = {0};
                                ^
omcache.c:1539:29: warning: missing field 'key' initializer [-Wmissing-field-initializers]
  omcache_value_t value = {0};

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions