I am building cpp files using msys Make.exe , and getting the below warning c:\ankit_cc\wm2015git\wm-cpp\base\wmautomator\base\wmautomator.cpp(1047) : warning C4715: 'WMAutomator::fetchSerialNumbersBasedOnLpn' : not all control paths return a value ;
I want to make this above warning to error . Please suggest .