Re: [matplotlib-devel] Fix a warning in recent versions of Clang

2015-05-15 Thread Diego Novillo
On Fri, May 15, 2015 at 7:59 AM, Thomas Caswell wrote: > What version of the source are you working off of? The location of those > headers was recently moved and they no longer exist on master. I was looking at the file in trunk, but the patch is on an older version (1.3.0). Thanks. Diego.

Re: [matplotlib-devel] Fix a warning in recent versions of Clang

2015-05-15 Thread Thomas Caswell
Diego, Thank you for looking in to this. What version of the source are you working off of? The location of those headers was recently moved and they no longer exist on master. I have opened a PR with this patch ( https://github.com/matplotlib/matplotlib/pull/4431) and it should go in for the c

[matplotlib-devel] Fix a warning in recent versions of Clang

2015-05-15 Thread Diego Novillo
Clang will soon start emitting warnings for mismatch uses of new and delete. In testing this upcoming feature of Clang, I found a mismatched new/delete pair in matplotlib. I've applied the following patch in my local tree, but I see that the problem still exists in trunk. The problem here is tha