Opened 11 years ago

Closed 11 years ago

#5590 closed Patches (fixed)

Suppress some warnings

Reported by: Bogdan Opanchuk <mantihor@…> Owned by: Ralf W. Grosse-Kunstleve
Milestone: To Be Determined Component: python USE GITHUB
Version: Boost 1.46.1 Severity: Cosmetic
Keywords: Cc:

Description

This patch is supposed to suppress several warnings that obstruct PyCuda compilation logs (which uses a subset of Boost):

  • unused variable in builtin_converters.cpp
  • uninitialized variable in from_python.cpp
  • const char* to char* conversion in class.cpp

Attachments (1)

suppress_warnings.diff (1.9 KB ) - added by Bogdan Opanchuk <mantihor@…> 11 years ago.
proposed patch

Download all attachments as: .zip

Change History (3)

by Bogdan Opanchuk <mantihor@…>, 11 years ago

Attachment: suppress_warnings.diff added

proposed patch

comment:1 by Ralf W. Grosse-Kunstleve, 11 years ago

Checked in as trunk rev. 72349

If there are no problems in the tests I will merge to the release branch in a few days.

comment:2 by Ralf W. Grosse-Kunstleve, 11 years ago

Resolution: fixed
Status: newclosed

Merged to release branch: rev. 72464

Note: See TracTickets for help on using tickets.