Advertisement
Guest User

vs warnings2

a guest
Oct 20th, 2010
233
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. 1>------ Rebuild All started: Project: empdb, Configuration: Release Win32 ------
  2. 1> Database.cpp
  3. 1> Employee.cpp
  4. 1> UserInterface.cpp
  5. 1>UserInterface.cpp(18): warning C4100: 'argv' : unreferenced formal parameter
  6. 1>UserInterface.cpp(18): warning C4100: 'argc' : unreferenced formal parameter
  7. 1>LINK : warning LNK4075: ignoring '/INCREMENTAL' due to '/LTCG' specification
  8. 1> Generating code
  9. 1> Finished generating code
  10. 1>LINK : warning LNK4075: ignoring '/INCREMENTAL' due to '/LTCG' specification
  11. 1> Generating code
  12. 1> Finished generating code
  13. 1> empdb.vcxproj -> C:\Users\stillnotmyname\Desktop\programming\projects\c++\empdb\Release\empdb.exe
  14. ========== Rebuild All: 1 succeeded, 0 failed, 0 skipped ==========
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement