Skip to content

warning C4706: assignment within conditional expression #295

Closed
@Mighty-Professional

Description

There is a few lines like:

if (keep and (not callback or (keep = callback(depth++, parse_event_t::object_start, result))))

That are causing warnings and make projects that treat warnings as errors unable to compile without fixing it or disabling warnings in the code.

Microsoft Visual Studio Compiler 2015

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions