I have created a C++ project in Visual Studio 2013, With Opencv 3.0 Configured. Iam getting this error "error D8021: invalid numeric argument '/wdtrue'" while building the project in debug mode. I have seen similar posts regarding this, but, Could'nt find the solution to solve this error.
With reference to this post,
Remove secure warnings (_CRT_SECURE_NO_WARNINGS) from projects by default in Visual Studio
Included "_CRT_SECURE_NO_WARNINGS" in project configuration. But still the error continues.
Also, Made the following configuration to project Configuration Properties-> C/C++-> All Options-> WarningLevel :Turn Off All Warnings (/W0)
This change also did'nt helped me to solve error.
Please Provide Any Solution to this error.