Skip to content
This repository was archived by the owner on Nov 16, 2024. It is now read-only.
This repository was archived by the owner on Nov 16, 2024. It is now read-only.

Fix compile errors in generated code #12

Description

@Magolves

Currently the following compile errors are significant

  • Misplaced 'const' and 'override' in case of virtual methods (e. g. void sys::PlatformService::start()' marked 'override', but does not override or int32_t readBytes(std::vector<uint8_t>& b, int32_t off, int32_t len) override const;
  • Generated destructors are wrong (warning: 'class sys::Component' has virtual functions and accessible non-virtual destructor)
  • Abstract members must be declared as pointer: Sys.h:266:29: error: cannot declare variable 'sys::Sys::nullIn' to be of abstract type 'sys::NullInStream' static NullInStream nullIn;

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions