[cxx] Remove use of register keyword. (#18057)
commit12bc4717fd0885888f0b3d8795f56309ad0952e3
authorJay Krell <jaykrell@microsoft.com>
Fri, 6 Dec 2019 02:55:56 +0000 (5 18:55 -0800)
committermonojenkins <jo.shields+jenkins@xamarin.com>
Fri, 6 Dec 2019 02:55:56 +0000 (6 03:55 +0100)
tree57b49161d3beabb4e352e831ad49f8e965541d8f
parenta131e9bbb0ad41921bae42f1a44e7b4d2c337ba2
[cxx] Remove use of register keyword. (#18057)

[cxx] Remove use of register keyword.

https://jenkins.mono-project.com/job/test-mono-pull-request-wasm/19408/parsed_console/log_content.html

```
/mnt/jenkins/workspace/test-mono-pull-request-wasm/mono/utils/mono-md5.c:259:2: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
        register guint32 a, b, c, d;
        ^~~~~~~~~
/mnt/jenkins/workspace/test-mono-pull-request-wasm/mono/utils/mono-md5.c:259:2: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
        register guint32 a, b, c, d;
        ^~~~~~~~~
/mnt/jenkins/workspace/test-mono-pull-request-wasm/mono/utils/mono-md5.c:259:2: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
        register guint32 a, b, c, d;
        ^~~~~~~~~
/mnt/jenkins/workspace/test-mono-pull-request-wasm/mono/utils/mono-md5.c:259:2: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
        register guint32 a, b, c, d;
        ^~~~~~~~~
4 warnings generated.
```
mono/utils/mono-md5.c