From 1818d5f65aadaf77b4544a0eea19c347d7700c13 Mon Sep 17 00:00:00 2001 From: Beman Dawes Date: Wed, 12 Sep 2007 21:43:20 +0000 Subject: [PATCH] Some compilers warn on trailing enum constant list commas, so remove these to quiet the warnings. [SVN r39226] --- include/boost/system/error_code.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/boost/system/error_code.hpp b/include/boost/system/error_code.hpp index 02c6cef..ed876be 100644 --- a/include/boost/system/error_code.hpp +++ b/include/boost/system/error_code.hpp @@ -132,7 +132,7 @@ namespace boost too_many_links = EMLINK, too_many_synbolic_link_levels = ELOOP, value_too_large = EOVERFLOW, - wrong_protocol_type = EPROTOTYPE, + wrong_protocol_type = EPROTOTYPE }; } // namespace posix @@ -478,7 +478,7 @@ namespace boost { no_net = ENONET, no_package = ENOPKG, - no_share = ENOSHARE, + no_share = ENOSHARE }; } // namespace cygwin @@ -545,7 +545,7 @@ namespace boost too_many_references = ETOOMANYREFS, too_many_users = EUSERS, unattached = EUNATCH, - unclean = EUCLEAN, + unclean = EUCLEAN }; } // namespace Linux