diff options
author | Jan Tattermusch <jtattermusch@google.com> | 2017-12-13 23:55:07 +0100 |
---|---|---|
committer | Jan Tattermusch <jtattermusch@google.com> | 2017-12-13 23:56:57 +0100 |
commit | 4dec552614441eb1be384a63f82553d80a115fbb (patch) | |
tree | e5ac5cd04568508b143a627dc9fa08d0a41f4ec1 /examples/csharp | |
parent | 990299b48d5f00388fd257506c5ea36d00e239c4 (diff) |
regenerate helloworld protos
Diffstat (limited to 'examples/csharp')
-rw-r--r-- | examples/csharp/helloworld/Greeter/HelloworldGrpc.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/csharp/helloworld/Greeter/HelloworldGrpc.cs b/examples/csharp/helloworld/Greeter/HelloworldGrpc.cs index 8168b287b4..c808884e57 100644 --- a/examples/csharp/helloworld/Greeter/HelloworldGrpc.cs +++ b/examples/csharp/helloworld/Greeter/HelloworldGrpc.cs @@ -15,6 +15,7 @@ // See the License for the specific language governing permissions and // limitations under the License. // +#pragma warning disable 1591 #region Designer generated code using System; |