Skip to content

Commit a1ad592

Browse files
corona10vstinner
andauthored
Update Include/internal/pycore_mmap.h
Co-authored-by: Victor Stinner <vstinner@python.org>
1 parent 1619f95 commit a1ad592

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Include/internal/pycore_mmap.h

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,8 @@ _PyAnnotateMemoryMap(void *addr, size_t size, const char *name)
3434
}
3535
#else
3636
static inline void
37-
_PyAnnotateMemoryMap(void *addr, size_t size, const char *name)
37+
_PyAnnotateMemoryMap(void *Py_UNUSED(addr), size_t Py_UNUSED(size), const char *Py_UNUSED(name))
3838
{
39-
(void)addr;
40-
(void)size;
41-
(void)name;
4239
}
4340
#endif
4441

0 commit comments

Comments
 (0)