diff options
Diffstat (limited to 'compilerplugins/clang/unusedmethodsremove.cxx')
-rw-r--r-- | compilerplugins/clang/unusedmethodsremove.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compilerplugins/clang/unusedmethodsremove.cxx b/compilerplugins/clang/unusedmethodsremove.cxx index 1a4adc0a5c6b..417c3778edf0 100644 --- a/compilerplugins/clang/unusedmethodsremove.cxx +++ b/compilerplugins/clang/unusedmethodsremove.cxx @@ -70,6 +70,7 @@ UnusedMethodsRemove::~UnusedMethodsRemove() //Cleanup int rc = munmap(mmappedData, mmapFilesize); assert(rc == 0); + (void)rc; close(mmapFD); } |