]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/HelpGen/src/wxstlvec.h
Applied wxVScrolledWindow patch
[wxWidgets.git] / utils / HelpGen / src / wxstlvec.h
index c7b2daf27cccb48be5b902d8c18b769459d8def2..24ecb3adbe77f87085fd507614869e26b95af309 100644 (file)
@@ -186,7 +186,7 @@ protected:\
 \
 protected:\
 \
-       inline void quick_sort(int low, int hi) \
+       inline void quick_sort(int WXUNUSED(low), int WXUNUSED(hi)) \
        {\
        }\
 \
@@ -337,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)\
        {\
@@ -558,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))\
        {\
        }\
 \
@@ -702,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)\
        {\