[#49675] Request to update LEGAL file for zlib, UCD license — Jun Aruga <jaruga@...>
こんにちは。有賀と申します。
10 messages
2016/06/20
[#49678] Re: Request to update LEGAL file for zlib, UCD license
— Jun Aruga <jaruga@...>
2016/06/21
ご回答、そして+1のご意見ありがとうございます。
[#49683] Re: Request to update LEGAL file for zlib, UCD license
— Martin J. Dürst <duerst@...>
2016/06/22
On 2016/06/22 00:15, Jun Aruga wrote:
[ruby-dev:49692] [Ruby trunk Bug#12524] Excess semicolons in ext/digest and ext/openssl
From:
ngotogenome@...
Date:
2016-06-28 09:30:11 UTC
List:
ruby-dev #49692
Issue #12524 has been reported by Naohisa Goto. ---------------------------------------- Bug #12524: Excess semicolons in ext/digest and ext/openssl https://bugs.ruby-lang.org/issues/12524 * Author: Naohisa Goto * Status: Open * Priority: Normal * Assignee: * ruby -v: * Backport: 2.1: UNKNOWN, 2.2: UNKNOWN, 2.3: UNKNOWN ---------------------------------------- ext/digest については r49564 以降、 ext/openssl については r55285 以降、 Solaris 10 上の Oracle Solaris Studio 12.x によるコンパイル時に以下のwarningが出ます。 ``` compiling md5init.c "md5ossl.h", line 11: warning: syntax error: empty declaration (E_EMPTY_DECLARATION) (略) compiling sha1init.c "sha1ossl.h", line 18: warning: syntax error: empty declaration (E_EMPTY_DECLARATION) (略) compiling sha2init.c "sha2ossl.h", line 23: warning: syntax error: empty declaration (E_EMPTY_DECLARATION) "sha2ossl.h", line 24: warning: syntax error: empty declaration (E_EMPTY_DECLARATION) "sha2ossl.h", line 25: warning: syntax error: empty declaration (E_EMPTY_DECLARATION) (略) compiling ossl_pkey_rsa.c "ossl_pkey_rsa.c", line 659: warning: syntax error: empty declaration (E_EMPTY_DECLARATION) "ossl_pkey_rsa.c", line 660: warning: syntax error: empty declaration (E_EMPTY_DECLARATION) "ossl_pkey_rsa.c", line 661: warning: syntax error: empty declaration (E_EMPTY_DECLARATION) ``` 原因は [Bug #12470] とほぼ同様です。つまり、マクロ使用時の最後のセミコロンが余計で、何も内容の無い行が発生して、empty declaration の警告が出ています。 -- https://bugs.ruby-lang.org/