Skip to content

CID 1518257: Uninitialized scalar field #10213

@maskit

Description

@maskit
30class AsyncSignalEventIO : public EventIO
31{
32public:
33  int start(EventLoop l, int fd, int events);
34
35  void process_event(int flags) override;
36
37private:
  	
CID 1518257 (#1 of 1): Uninitialized scalar field (UNINIT_CTOR)
1. member_not_init_in_gen_ctor: The compiler-generated constructor for this class does not initialize _fd.
38  int _fd;
39};

Metadata

Metadata

Assignees

Labels

Type

No type
No fields configured for issues without a type.

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions