On 11/08/2012 12:44 PM, Stephen Kelly wrote:
> 
> Hi there,
> 
> http://open.cdash.org/viewBuildError.php?type=1&buildid=2652291
> 
> has a new warning (as a result of my adding warning flags) of an unused 
> variable. The variable is referenced in a comment. I'm guessing a snippet 
> came from elsewhere. 
> 
> I can remove the _PyPopenProcs variable, but I think the comment should be 
> fixed too at the same time. However, I don't know what the comment should be 
> changed to.

That is an ancient version of the process execution implementation
which is only kept for backward compatibility to implement the
exec_program() command IIRC.  We don't maintain it anymore so the
comments don't matter.  Just remove the unused variable and its
comment.

-Brad
--

Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers

Reply via email to