mirror of
				https://github.com/davidgiven/fluxengine.git
				synced 2025-10-24 11:11:02 -07:00 
			
		
		
		
	Apply the fix from #811 to make everything build against Protobuf 31.
This commit is contained in:
		| @@ -19,7 +19,7 @@ static std::string supportStatus(SupportStatus status) | ||||
|             return ""; | ||||
|     } | ||||
|  | ||||
| 	return ""; | ||||
|     return ""; | ||||
| } | ||||
|  | ||||
| int main(int argc, const char* argv[]) | ||||
| @@ -43,7 +43,8 @@ int main(int argc, const char* argv[]) | ||||
|             { | ||||
|                 const auto* descriptor = | ||||
|                     FilesystemProto::FilesystemType_descriptor(); | ||||
|                 auto name = descriptor->FindValueByNumber(fs.type())->name(); | ||||
|                 std::string name = | ||||
|                     descriptor->FindValueByNumber(fs.type())->name(); | ||||
|  | ||||
|                 filesystems.insert(name); | ||||
|             } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user