Advertisement
Guest User

Untitled

a guest
Feb 19th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. 4251 : 'identifier' : class 'type' needs to have dll-interface to be used by clients of class 'type2'
  2. https://msdn.microsoft.com/en-us/library/esew7y1w(v=vs.120).aspx
  3.  
  4. 4503 : 'identifier' : decorated name length exceeded, name was truncated
  5. https://msdn.microsoft.com/en-us/library/074af4b6(v=vs.120).aspx
  6.  
  7. 4505 : 'function' : unreferenced local function has been removed
  8. https://msdn.microsoft.com/en-us/library/z85eyax0(v=vs.120).aspx
  9.  
  10. 4512 : 'class' : assignment operator could not be generated
  11. https://msdn.microsoft.com/en-us/library/hsyx7kbz(v=vs.120).aspx
  12.  
  13. 4714 : function 'function' marked as __forceinline not inlined
  14. https://msdn.microsoft.com/en-us/library/a98sb923(v=vs.120).aspx
  15.  
  16. 4127 : conditional expression is constant
  17. https://msdn.microsoft.com/en-us/library/6t66728h.aspx
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement