コンパイル時にこれらのメッセージを大量に受信するため、単純なプログラムのコンパイルに非常に時間がかかります。
freeglut_static.lib(freeglut_callbacks.obj) : warning LNK4204: 'z:\CST328\Lab1\block\Release\vc90.pdb' is missing debugging information for referencing module; linking object as if no debug info
1>freeglut_static.lib(freeglut_cursor.obj) : warning LNK4204: 'z:\CST328\Lab1\block\Release\vc90.pdb' is missing debugging information for referencing module; linking object as if no debug info
1>freeglut_static.lib(freeglut_display.obj) : warning LNK4204: 'z:\CST328\Lab1\block\Release\vc90.pdb' is missing debugging information for referencing module; linking object as if no debug info
これを防ぐ方法はありますか?私の課題に取り組むことをもっと楽しくするだろう。:)
編集:私はMicrosoft Visual C ++Express2008を使用しています。