1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-28 23:03:03 +04:00

Merge pull request #8816 from mshabunin:sprintf-fix

Fixed snprintf for VS 2013 (#8816)

* Fixed snprintf for VS 2013

* snprintf: removed declaration from header, changed implementation

* cv_snprintf corrected according to comments

* update snprintf patch
This commit is contained in:
Maksim Shabunin
2017-06-08 22:53:16 +03:00
committed by Alexander Alekhin
parent 515e01e649
commit f71ea4dfe9
4 changed files with 30 additions and 19 deletions
-1
View File
@@ -41,7 +41,6 @@
#include "precomp.hpp"
#include <climits>
#include <algorithm>
#include <cstdarg>
#define dprintf(x)
#define print_matrix(x)