summaryrefslogtreecommitdiff
path: root/sal/osl/w32/interlck.c
diff options
context:
space:
mode:
Diffstat (limited to 'sal/osl/w32/interlck.c')
-rw-r--r--sal/osl/w32/interlck.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/sal/osl/w32/interlck.c b/sal/osl/w32/interlck.c
index 32ce6f694bb3..68c9504763a1 100644
--- a/sal/osl/w32/interlck.c
+++ b/sal/osl/w32/interlck.c
@@ -22,10 +22,6 @@
#include <osl/interlck.h>
#include <osl/diagnose.h>
-#if defined __MINGW32__
-#pragma GCC diagnostic warning "-Wreturn-type"
-#endif
-
oslInterlockedCount SAL_CALL osl_incrementInterlockedCount(oslInterlockedCount* pCount)
{
return (InterlockedIncrement(pCount));