Modify ↓
Ticket #111 (new defect)
Questionable use of assert in tests
| Reported by: | harris.pc@… | Owned by: | xi |
|---|---|---|---|
| Priority: | normal | Component: | libyaml |
| Severity: | normal | Keywords: | |
| Cc: |
Description
I saw this line in run-loader.c
assert(yaml_parser_initialize(&parser));
If NDEBUG is defined, then yaml_parser_initialize() will never run at all. Is this what is intended?
Attachments
Note: See
TracTickets for help on using
tickets.
