]> andersk Git - libyaml.git/blobdiff - src/emitter.c
Fixed most compiler warnings -Wall -Wextra
[libyaml.git] / src / emitter.c
index a5b7ff8c755ea2ab9d77ec16b64aed06ff6e5ace..d31e07535b0ffb2de4e720a76c00218dd1869e9d 100644 (file)
@@ -1002,7 +1002,7 @@ yaml_emitter_emit_node(yaml_emitter_t *emitter, yaml_event_t *event,
  */
 
 static int
-yaml_emitter_emit_alias(yaml_emitter_t *emitter, yaml_event_t *event)
+yaml_emitter_emit_alias(yaml_emitter_t *emitter, SHIM(yaml_event_t *event))
 {
     if (!yaml_emitter_process_anchor(emitter))
         return 0;
@@ -1087,7 +1087,7 @@ yaml_emitter_emit_mapping_start(yaml_emitter_t *emitter, yaml_event_t *event)
  */
 
 static int
-yaml_emitter_check_empty_document(yaml_emitter_t *emitter)
+yaml_emitter_check_empty_document(SHIM(yaml_emitter_t *emitter))
 {
     return 0;
 }
This page took 0.08154 seconds and 4 git commands to generate.