ARTEMIS-2181 Add `static` storage class for an inline function internal to the compile unit

This commit is contained in:
Jiri Danek 2018-11-24 21:54:44 +01:00 committed by Justin Bertram
parent b37c61a81d
commit 55ec2eef34
1 changed files with 1 additions and 1 deletions

View File

@ -231,7 +231,7 @@ jint JNI_OnLoad(JavaVM* vm, void* reserved) {
}
}
inline void closeDumbHandlers() {
static inline void closeDumbHandlers() {
if (dumbWriteHandler != 0) {
#ifdef DEBUG
fprintf (stdout, "Closing and removing dump handler %s\n", dumbPath);