Avoid a printf format specifier warning.
This dodges a warning emitted by the FreeBSD system gcc when compiling libc for architectures which don't use clang as the system compiler.
This commit is contained in:
parent
3f0dc64c6b
commit
2a80d6f15b
@ -247,7 +247,7 @@ emitter_begin(emitter_t *emitter) {
|
|||||||
emitter_nest_inc(emitter);
|
emitter_nest_inc(emitter);
|
||||||
} else {
|
} else {
|
||||||
// tabular init
|
// tabular init
|
||||||
emitter_printf(emitter, "");
|
emitter_printf(emitter, "%s", "");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user