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 <rep...@bugs.python.org> <http://bugs.python.org/issue29172> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com