@@ -153,8 +153,8 @@ namespace cppcms {
153153 uint32_t html_list_type_;
154154 uint32_t widget_part_type_;
155155 std::ostream *output_;
156- uint32_t reserved_1;
157- uint32_t reserved_2;
156+ CPPCMS_UNUSED_MEMBER uint32_t reserved_1;
157+ CPPCMS_UNUSED_MEMBER uint32_t reserved_2;
158158 struct _data ;
159159 booster::hold_ptr<_data> d;
160160
@@ -703,7 +703,7 @@ namespace cppcms {
703703 uint32_t has_message_ : 1 ;
704704 uint32_t has_error_ : 1 ;
705705 uint32_t has_help_ : 1 ;
706- uint32_t reserverd_ : 24 ;
706+ CPPCMS_UNUSED_MEMBER uint32_t reserverd_ : 24 ;
707707
708708 struct _data ;
709709 booster::hold_ptr<_data> d;
@@ -1324,7 +1324,7 @@ namespace cppcms {
13241324 uint32_t selected : 1 ;
13251325 uint32_t need_translation : 1 ;
13261326 uint32_t original_select : 1 ;
1327- uint32_t reserved : 29 ;
1327+ CPPCMS_UNUSED_MEMBER uint32_t reserved : 29 ;
13281328 std::string id;
13291329 std::string str_option;
13301330 locale::message tr_option;
@@ -1411,7 +1411,7 @@ namespace cppcms {
14111411 ~element ();
14121412
14131413 uint32_t need_translation : 1 ;
1414- uint32_t reserved : 31 ;
1414+ CPPCMS_UNUSED_MEMBER uint32_t reserved : 31 ;
14151415 std::string id;
14161416 std::string str_option;
14171417 locale::message tr_option;
@@ -1432,7 +1432,7 @@ namespace cppcms {
14321432 int default_selected_;
14331433
14341434 uint32_t non_empty_ : 1 ;
1435- uint32_t reserverd : 32 ;
1435+ CPPCMS_UNUSED_MEMBER uint32_t reserverd : 32 ;
14361436 };
14371437
14381438 // /
@@ -1474,7 +1474,7 @@ namespace cppcms {
14741474
14751475 private:
14761476 uint32_t vertical_ : 1 ;
1477- uint32_t reserved_ : 31 ;
1477+ CPPCMS_UNUSED_MEMBER uint32_t reserved_ : 31 ;
14781478
14791479 struct _data ;
14801480 booster::hold_ptr<_data> d;
@@ -1573,7 +1573,7 @@ namespace cppcms {
15731573
15741574 uint32_t check_charset_ : 1 ;
15751575 uint32_t check_non_empty_ : 1 ;
1576- uint32_t reserved_ : 30 ;
1576+ CPPCMS_UNUSED_MEMBER uint32_t reserved_ : 30 ;
15771577
15781578 booster::shared_ptr<http::file> file_;
15791579
0 commit comments