opencv/modules/core
Pascal Thomet 309c962169 core/bufferpool.hpp: let msvc accept a non virtual protected destructor
BufferPoolController has a non virtual protected destructor (which is legitimate)

However, Visual Studio sees this as a bug, if you enable more warnings, like below
```
add_compile_options(/W3)     # level 3 warnings
add_compile_options(/we4265) # warning about missing virtual destructors
```

This is a proposition in order to silence this warning.

See https://github.com/ivsgroup/boost_warnings_minimal_demo for a demo of the same problem
with boost/exception.hpp
2017-07-08 16:15:26 +02:00
..
doc Large update of videoio doc and samples following mshabunin comments 2016-09-09 18:46:11 +02:00
include/opencv2 core/bufferpool.hpp: let msvc accept a non virtual protected destructor 2017-07-08 16:15:26 +02:00
misc/java Refactor OpenCV Java Wrapping 2017-06-15 20:35:12 +04:00
perf Extended set of existing performance test to OpenVX HAL suitable execution modes 2017-04-27 12:32:29 +03:00
src ocl: async cl_buffer cleanup queue (for event callback) 2017-07-07 13:41:20 +03:00
test core: add a test of iteration through the Mat_ with range-based for 2017-07-03 12:49:17 +03:00
CMakeLists.txt trace: initial support for code trace 2017-06-26 17:07:13 +03:00