[New-bugs-announce] [issue29172] blake2: Use lowest-common denominator signature of #pragma pack

Eric N. Vander Weele report at bugs.python.org
Thu Jan 5 17:55:18 EST 2017


New submission from Eric N. Vander Weele:

Solaris Studio emits the following during compilation:

    "/tmp/Python-3.6.0/Modules/_blake2/impl/blake2.h", line 89: warning: ignoring malformed #pragma pack(n)
    "/tmp/Python-3.6.0/Modules/_blake2/impl/blake2.h", line 119: warning: ignoring malformed #pragma pack(n)

To make the usage of '#pragma pack' more portable, change to the
optional, single argument form.

----------
components: Build
files: blake2-pragma-pack-1.patch
keywords: patch
messages: 284784
nosy: christian.heimes, ericvw
priority: normal
severity: normal
status: open
title: blake2: Use lowest-common denominator signature of #pragma pack
type: compile error
versions: Python 3.6
Added file: http://bugs.python.org/file46167/blake2-pragma-pack-1.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue29172>
_______________________________________


More information about the New-bugs-announce mailing list