Commits


Antoine Pitrou authored and Kouhei Sutou committed 97abab50d5d
ARROW-5029: [C++] Fix compilation warnings in release mode Also fix a severe memory leak in CUDA (CUDA buffers were never deallocated). Author: Antoine Pitrou <antoine@python.org> Closes #4049 from pitrou/ARROW-5029-fix-release-warnings and squashes the following commits: aa02a8db <Antoine Pitrou> ARROW-5029: Fix compilation warnings in release mode