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

GitHub noreply at github.com
Fri Mar 4 12:16:15 PST 2016


  Branch: refs/heads/gcc5-cleanup
  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.


Compare: https://github.com/PDAL/PDAL/compare/117c11a7d4f8^...99a60df6fadc


More information about the pdal-commits mailing list