]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/HelpGen/src/wxstlvec.h
rebaked with baefile rev 928
[wxWidgets.git] / utils / HelpGen / src / wxstlvec.h
index 6658b07559c3c78e48f9cc8eec3511e9c93250d8..24ecb3adbe77f87085fd507614869e26b95af309 100644 (file)
@@ -19,7 +19,9 @@
 #include <memory.h>
 #include <string.h>  // imports memmove()
 #include <stddef.h>
-#include <sys/types.h>
+#if !defined(__WXMAC__) || defined(__DARWIN__)
+#  include <sys/types.h>
+#endif
 #include <limits.h>
 #include <new>
 
@@ -184,7 +186,7 @@ protected:\
 \
 protected:\
 \
-       inline void quick_sort(int low, int hi) \
+       inline void quick_sort(int WXUNUSED(low), int WXUNUSED(hi)) \
        {\
        }\
 \
@@ -335,7 +337,7 @@ public:\
 \
        inline const_reference back() const { return (*(mpEnd-1)); }\
 \
-       inline void reserve(size_type n) {}\
+       inline void reserve(size_type WXUNUSED(n)) {}\
 \
        inline void push_back(const value_type& x)\
        {\
@@ -556,11 +558,11 @@ protected:\
 \
 protected:\
 \
-       inline void quick_sort(int low, int hi) \
+       inline void quick_sort(int WXUNUSED(low), int WXUNUSED(hi)) \
        {\
        }\
 \
-       inline void DestructRange( iterator first, iterator last )\
+       inline void DestructRange( iterator WXUNUSED(first), iterator WXUNUSED(last))\
        {\
        }\
 \
@@ -700,7 +702,7 @@ public:\
 \
        inline const_reference back() const { return (*(mpEnd-1)); }\
 \
-       inline void reserve(size_type n) {}\
+       inline void reserve(size_type WXUNUSED(n)) {}\
 \
        inline void push_back(const value_type& x)\
        {\