Skip to content

Fix two implicit downcasts

7a7f60b
Select commit
Loading
Failed to load commit list.
Merged

Fix mutiple "pedantic" compiler warnings, mostly around unused parameters #347

Fix two implicit downcasts
7a7f60b
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Mar 15, 2025 in 1s

94.89% of diff hit (target 99.87%)

View this Pull Request on Codecov

94.89% of diff hit (target 99.87%)

Annotations

Check warning on line 149 in src/cbor.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/cbor.c#L149

Added line #L149 was not covered by tests

Check warning on line 151 in src/cbor.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/cbor.c#L151

Added line #L151 was not covered by tests

Check warning on line 286 in src/cbor.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/cbor.c#L286

Added line #L286 was not covered by tests

Check warning on line 288 in src/cbor.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/cbor.c#L288

Added line #L288 was not covered by tests

Check warning on line 57 in src/cbor/floats_ctrls.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/cbor/floats_ctrls.c#L57

Added line #L57 was not covered by tests

Check warning on line 59 in src/cbor/floats_ctrls.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/cbor/floats_ctrls.c#L59

Added line #L59 was not covered by tests

Check warning on line 51 in src/cbor/ints.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/cbor/ints.c#L51

Added line #L51 was not covered by tests

Check warning on line 53 in src/cbor/ints.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/cbor/ints.c#L53

Added line #L53 was not covered by tests

Check warning on line 39 in src/cbor/serialization.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/cbor/serialization.c#L39

Added line #L39 was not covered by tests

Check warning on line 41 in src/cbor/serialization.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/cbor/serialization.c#L41

Added line #L41 was not covered by tests

Check warning on line 77 in src/cbor/serialization.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/cbor/serialization.c#L77

Added line #L77 was not covered by tests

Check warning on line 79 in src/cbor/serialization.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/cbor/serialization.c#L79

Added line #L79 was not covered by tests

Check warning on line 154 in src/cbor/serialization.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/cbor/serialization.c#L154

Added line #L154 was not covered by tests

Check warning on line 156 in src/cbor/serialization.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/cbor/serialization.c#L156

Added line #L156 was not covered by tests

Check warning on line 158 in src/cbor/serialization.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/cbor/serialization.c#L158

Added line #L158 was not covered by tests

Check warning on line 160 in src/cbor/serialization.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/cbor/serialization.c#L160

Added line #L160 was not covered by tests

Check warning on line 197 in src/cbor/serialization.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/cbor/serialization.c#L197

Added line #L197 was not covered by tests

Check warning on line 199 in src/cbor/serialization.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/cbor/serialization.c#L199

Added line #L199 was not covered by tests

Check warning on line 216 in src/cbor/serialization.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/cbor/serialization.c#L216

Added line #L216 was not covered by tests

Check warning on line 218 in src/cbor/serialization.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/cbor/serialization.c#L218

Added line #L218 was not covered by tests

Check warning on line 383 in src/cbor/serialization.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/cbor/serialization.c#L383

Added line #L383 was not covered by tests

Check warning on line 385 in src/cbor/serialization.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/cbor/serialization.c#L385

Added line #L385 was not covered by tests