Opened 11 years ago
Closed 11 years ago
#5590 closed Patches (fixed)
Suppress some warnings
| Reported by: | 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)
Change History (3)
by , 11 years ago
| Attachment: | suppress_warnings.diff added | 
|---|
comment:1 by , 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 , 11 years ago
| Resolution: | → fixed | 
|---|---|
| Status: | new → closed | 
Merged to release branch: rev. 72464
  Note:
 See   TracTickets
 for help on using tickets.
    

proposed patch