PowerRecordingExample.log 2.7 KB

123456789101112131415
  1.  PowerRecordingExample.cpp
  2. c:\unity projects\vr cycling\external\bikepowerrecordinglibrary\powerrecordingexample\powerrecordingexample.cpp(214): warning C4996: 'sscanf': This function or variable may be unsafe. Consider using sscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
  3. c:\program files (x86)\microsoft visual studio 12.0\vc\include\stdio.h(304) : see declaration of 'sscanf'
  4. c:\unity projects\vr cycling\external\bikepowerrecordinglibrary\powerrecordingexample\powerrecordingexample.cpp(226): warning C4996: 'sscanf': This function or variable may be unsafe. Consider using sscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
  5. c:\program files (x86)\microsoft visual studio 12.0\vc\include\stdio.h(304) : see declaration of 'sscanf'
  6. c:\unity projects\vr cycling\external\bikepowerrecordinglibrary\powerrecordingexample\powerrecordingexample.cpp(263): warning C4996: 'sscanf': This function or variable may be unsafe. Consider using sscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
  7. c:\program files (x86)\microsoft visual studio 12.0\vc\include\stdio.h(304) : see declaration of 'sscanf'
  8. c:\unity projects\vr cycling\external\bikepowerrecordinglibrary\powerrecordingexample\powerrecordingexample.cpp(387): warning C4996: 'sscanf': This function or variable may be unsafe. Consider using sscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
  9. c:\program files (x86)\microsoft visual studio 12.0\vc\include\stdio.h(304) : see declaration of 'sscanf'
  10. c:\unity projects\vr cycling\external\bikepowerrecordinglibrary\powerrecordingexample\powerrecordingexample.cpp(995): warning C4244: '+=' : conversion from 'time_t' to 'unsigned long', possible loss of data
  11. c:\unity projects\vr cycling\external\bikepowerrecordinglibrary\powerrecordingexample\powerrecordingexample.cpp(1039): warning C4806: '&' : unsafe operation: no value of type 'bool' promoted to type 'int' can equal the given constant
  12. c:\unity projects\vr cycling\external\bikepowerrecordinglibrary\powerrecordingexample\powerrecordingexample.cpp(1039): warning C4554: '&' : check operator precedence for possible error; use parentheses to clarify precedence
  13. c:\unity projects\vr cycling\external\bikepowerrecordinglibrary\powerrecordingexample\powerrecordingexample.cpp(1040): warning C4800: 'BOOL' : forcing value to bool 'true' or 'false' (performance warning)
  14. PowerRecordingExample.obj : warning LNK4075: ignoring '/EDITANDCONTINUE' due to '/SAFESEH' specification
  15. PowerRecordingExample.vcxproj -> C:\Unity Projects\VR Cycling\External\BikePowerRecordingLibrary\Debug\PowerRecordingExample.exe