6 changes: 3 additions & 3 deletions test/remove_error_code_unused_warning.hpp
Expand Up @@ -10,8 +10,8 @@ void remove_unused_warning()
//../../../boost/system/error_code.hpp:215:36: warning: 'boost::system::errno_ecat' defined but not used [-Wunused-variable]
//../../../boost/system/error_code.hpp:216:36: warning: 'boost::system::native_ecat' defined but not used [-Wunused-variable]

(void)boost::system::posix_category;
(void)boost::system::errno_ecat;
(void)boost::system::native_ecat;
//(void)boost::system::posix_category;
//(void)boost::system::errno_ecat;
//(void)boost::system::native_ecat;

}