commit
96f7c5383f
@ -280,7 +280,7 @@ void ExtensionSet::ClearExtension(int number) {
|
||||
|
||||
namespace {
|
||||
|
||||
enum Cardinality {
|
||||
enum {
|
||||
REPEATED,
|
||||
OPTIONAL
|
||||
};
|
||||
|
@ -342,7 +342,6 @@ uint32 ghtonl(uint32 x) {
|
||||
|
||||
namespace internal {
|
||||
|
||||
typedef void OnShutdownFunc();
|
||||
struct ShutdownData {
|
||||
~ShutdownData() {
|
||||
std::reverse(functions.begin(), functions.end());
|
||||
|
Loading…
Reference in New Issue
Block a user