Skip to content

Commit

Permalink
Fix emitter GCC warning
Browse files Browse the repository at this point in the history
This should fix yaml#210
  • Loading branch information
hcindyl committed Aug 4, 2023
1 parent f8f760f commit 342a570
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/emitter.c
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
#define WRITE_BREAK(emitter,string) \
(FLUSH(emitter) \
&& (CHECK(string,'\n') ? \
(PUT_BREAK(emitter), \
((void)PUT_BREAK(emitter), \
string.pointer ++, \
1) : \
(COPY(emitter->buffer,string), \
Expand Down

0 comments on commit 342a570

Please sign in to comment.