Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2013-03-29 04:50:52 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-03-29 04:50:52 +0400
commit10b4a86dbfd9ce56e53f5369258aebbac2f28be3 (patch)
tree16da57dac511133c088520a487ebfada6f6e3145 /intern/opennl/superlu
parent63290beee19132f93094b90cfb6dd5d210756451 (diff)
code cleanup: quiet warnings building with mingw.
Diffstat (limited to 'intern/opennl/superlu')
-rw-r--r--intern/opennl/superlu/superlu_sys_types.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/intern/opennl/superlu/superlu_sys_types.h b/intern/opennl/superlu/superlu_sys_types.h
index 80d3da4d243..5685b34f1f4 100644
--- a/intern/opennl/superlu/superlu_sys_types.h
+++ b/intern/opennl/superlu/superlu_sys_types.h
@@ -98,8 +98,6 @@ typedef unsigned long uintptr_t;
#include <inttypes.h>
#elif defined(FREE_WINDOWS)
-/* define htoln here, there must be a syntax error in winsock2.h in MinGW */
-unsigned long __attribute__((__stdcall__)) htonl(unsigned long);
#include <stdint.h>
#else