ARTEMIS-2181 Add `static` storage class for an inline function internal to the compile unit
This commit is contained in:
parent
b37c61a81d
commit
55ec2eef34
|
@ -231,7 +231,7 @@ jint JNI_OnLoad(JavaVM* vm, void* reserved) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
inline void closeDumbHandlers() {
|
static inline void closeDumbHandlers() {
|
||||||
if (dumbWriteHandler != 0) {
|
if (dumbWriteHandler != 0) {
|
||||||
#ifdef DEBUG
|
#ifdef DEBUG
|
||||||
fprintf (stdout, "Closing and removing dump handler %s\n", dumbPath);
|
fprintf (stdout, "Closing and removing dump handler %s\n", dumbPath);
|
||||||
|
|
Loading…
Reference in New Issue