[Numpy-svn] [numpy/numpy] e96ed3: WRN: Fixed some unused variable compiler warnings ...

GitHub noreply at github.com
Sat Apr 21 14:27:20 EDT 2012


  Branch: refs/heads/master
  Home:   https://github.com/numpy/numpy
  Commit: e96ed36909c495b6000e6f664b24ff69ce2e02d9
      https://github.com/numpy/numpy/commit/e96ed36909c495b6000e6f664b24ff69ce2e02d9
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2012-04-21 (Sat, 21 Apr 2012)

  Changed paths:
    M numpy/core/src/multiarray/arraytypes.c.src

  Log Message:
  -----------
  WRN: Fixed some unused variable compiler warnings in arraytypes.c.src.

Also break templated @from at _to_@to@ functions into two templates
to simplify the code a bit.


  Commit: 7bf82862aeb832e18a676cf167de898fe701aca9
      https://github.com/numpy/numpy/commit/7bf82862aeb832e18a676cf167de898fe701aca9
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2012-04-21 (Sat, 21 Apr 2012)

  Changed paths:
    M numpy/core/src/scalarmathmodule.c.src

  Log Message:
  -----------
  WRN: Fix unused variable compiler warnings in scalarmathmodule.c.src.

Two templates were broken up and specialized. The corresponding
substitution loops could also be specialized, but this wasn't
done this time through. Breaking up the templates clarifies the
code at the expense of extra text, but I think the improved
clarity is a good tradeoff.


  Commit: 4929ebab7bc937c59138493fcbfbd21d03ca316b
      https://github.com/numpy/numpy/commit/4929ebab7bc937c59138493fcbfbd21d03ca316b
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2012-04-21 (Sat, 21 Apr 2012)

  Changed paths:
    M numpy/core/src/multiarray/ctors.h

  Log Message:
  -----------
  WRN: Remove unused function prototype from ctors.h.


Compare: https://github.com/numpy/numpy/compare/1dba433...4929eba


More information about the Numpy-svn mailing list