Some compilers warn on trailing enum constant list commas, so remove these to quiet the warnings.

[SVN r39226]
This commit is contained in:
Beman Dawes
2007-09-12 21:43:20 +00:00
parent 0af65ce63f
commit 1818d5f65a

View File

@@ -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