Quiet library warnings (Feature #719)
Description
Associated revisions
replaced #include <some_opencv_hdr> with #include "some_opencv_hdr" (ticket #719)
Merge pull request #719 from jet47:gpu-fix-build
History
Updated by Vadim Pisarevsky almost 14 years ago
marking opencv headers as system ones is a wrong thing, in my opinion. Instead, within OpenCV source code all the <> includes of OpenCV headers have been replaced with "". The applications that use can also follow this practice.
- Status changed from Open to Done
- (deleted custom field) set to fixed