[Numpy-svn] [numpy/numpy] 592e40: MAINT: fix two Wpedantic warnings in public header

GitHub noreply at github.com
Mon Jun 22 23:03:52 EDT 2015


  Branch: refs/heads/master
  Home:   https://github.com/numpy/numpy
  Commit: 592e404b7406c0d3c9db568f737e9c96b3736f3a
      https://github.com/numpy/numpy/commit/592e404b7406c0d3c9db568f737e9c96b3736f3a
  Author: Julian Taylor <jtaylor.debian at googlemail.com>
  Date:   2015-06-23 (Tue, 23 Jun 2015)

  Changed paths:
    M numpy/core/include/numpy/ndarraytypes.h

  Log Message:
  -----------
  MAINT: fix two Wpedantic warnings in public header


  Commit: 3d2b8ca9bcbdbc9e835cb3f8d56c2d93a67b00aa
      https://github.com/numpy/numpy/commit/3d2b8ca9bcbdbc9e835cb3f8d56c2d93a67b00aa
  Author: Homu <homu at barosl.com>
  Date:   2015-06-23 (Tue, 23 Jun 2015)

  Changed paths:
    M numpy/core/include/numpy/ndarraytypes.h

  Log Message:
  -----------
  Auto merge of #6009 - juliantaylor:pedantic, r=njsmith

MAINT: fix two Wpedantic warnings in public header

Wpedantic is to strict to be really useful generally, but our public headers at least should avoid easy to avoid warnings for projects that do use this flag.


Compare: https://github.com/numpy/numpy/compare/e4ab83050f3f...3d2b8ca9bcbd


More information about the Numpy-svn mailing list