[mlpack-git] [mlpack] Consider disabling -Wunused-parameter in compilation (#377)

Stephen Tu notifications at github.com
Sun Jan 11 18:34:15 EST 2015


I switched over from gcc to clang for my default C++ compiler, and clang is pretty verbose by default about unused parameters. 

We can either fix these warnings or compile with `-Wno-unused-parameter`. Either is fine by me, but I'm more inclined towards the latter since I think unused parameters is no big deal. 

---
Reply to this email directly or view it on GitHub:
https://github.com/mlpack/mlpack/issues/377
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.cc.gatech.edu/pipermail/mlpack-git/attachments/20150111/c5fd1d23/attachment.html>


More information about the mlpack-git mailing list