[pdal-commits] [PDAL/PDAL] 117c11: -Wno-deprecated-declarations

GitHub noreply at github.com
Fri Mar 4 14:07:49 PST 2016


  Branch: refs/heads/master
  Home:   https://github.com/PDAL/PDAL
  Commit: 117c11a7d4f85c73ea4fe84db9facc5243488858
      https://github.com/PDAL/PDAL/commit/117c11a7d4f85c73ea4fe84db9facc5243488858
  Author: Pete Gadomski <pete.gadomski at gmail.com>
  Date:   2016-03-04 (Fri, 04 Mar 2016)

  Changed paths:
    M cmake/unix_compiler_options.cmake

  Log Message:
  -----------
  -Wno-deprecated-declarations

Eigen 3.2.8 has a couple of these that this patch silences.


  Commit: d0c6a2ec032f7e8bfba93cd82d5521af9d97c1dc
      https://github.com/PDAL/PDAL/commit/d0c6a2ec032f7e8bfba93cd82d5521af9d97c1dc
  Author: Pete Gadomski <pete.gadomski at gmail.com>
  Date:   2016-03-04 (Fri, 04 Mar 2016)

  Changed paths:
    M filters/colorization/ColorizationFilter.cpp
    M io/derivative/DerivativeWriter.cpp

  Log Message:
  -----------
  Remove set but unused variables

Two instances of variables being set but not being used. Removed to
silence gcc warnings.


  Commit: 99a60df6fadc7671b49d9419db74fdf2f925a7d3
      https://github.com/PDAL/PDAL/commit/99a60df6fadc7671b49d9419db74fdf2f925a7d3
  Author: Pete Gadomski <pete.gadomski at gmail.com>
  Date:   2016-03-04 (Fri, 04 Mar 2016)

  Changed paths:
    M io/bpf/BpfReader.cpp
    M io/bpf/BpfWriter.cpp

  Log Message:
  -----------
  Include <climits> when using CHAR_BITS

My gcc errors w/o the climits include.


  Commit: d878632b82c1ceb3f1d86afd2dc5f2b56b02e0a9
      https://github.com/PDAL/PDAL/commit/d878632b82c1ceb3f1d86afd2dc5f2b56b02e0a9
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2016-03-04 (Fri, 04 Mar 2016)

  Changed paths:
    M io/derivative/DerivativeWriter.cpp

  Log Message:
  -----------
  Handle return code from RasterIO.


  Commit: 1cb3e9175bd36f8f53d24444f5042817bb2badb1
      https://github.com/PDAL/PDAL/commit/1cb3e9175bd36f8f53d24444f5042817bb2badb1
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2016-03-04 (Fri, 04 Mar 2016)

  Changed paths:
    M cmake/unix_compiler_options.cmake
    M filters/colorization/ColorizationFilter.cpp
    M io/bpf/BpfReader.cpp
    M io/bpf/BpfWriter.cpp
    M io/derivative/DerivativeWriter.cpp

  Log Message:
  -----------
  Merge pull request #1175 from PDAL/gcc5-cleanup

g++-5 cleanup


Compare: https://github.com/PDAL/PDAL/compare/b0c193475e47...1cb3e9175bd3


More information about the pdal-commits mailing list