[Ttssh2-commit] [6196] チケット #35744 VS2015の警告除去

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2015年 12月 7日 (月) 22:44:13 JST


Revision: 6196
          http://sourceforge.jp/projects/ttssh2/scm/svn/commits/6196
Author:   yutakapon
Date:     2015-12-07 22:44:13 +0900 (Mon, 07 Dec 2015)
Log Message:
-----------
チケット #35744 VS2015の警告除去

2>svnrev.obj : warning LNK4075: /EDITANDCONTINUE は /SAFESEH の指定によって無視されます。

Debug build時にのみ出力される警告で、デバッグ版には /SAFESEH は不要なので、削除する。

cf.
http://ohwhsmm7.blog28.fc2.com/blog-entry-399.html
http://tokyu.livedoor.biz/archives/2014-11-25.html

Ticket Links:
------------
    http://sourceforge.jp/projects/ttssh2/tracker/detail/35744

Modified Paths:
--------------
    branches/vs2015_warn/teraterm/svnrev/svnrev.v14.vcxproj

-------------- next part --------------
Modified: branches/vs2015_warn/teraterm/svnrev/svnrev.v14.vcxproj
===================================================================
--- branches/vs2015_warn/teraterm/svnrev/svnrev.v14.vcxproj	2015-12-07 11:51:16 UTC (rev 6195)
+++ branches/vs2015_warn/teraterm/svnrev/svnrev.v14.vcxproj	2015-12-07 13:44:13 UTC (rev 6196)
@@ -67,6 +67,7 @@
       <GenerateDebugInformation>true</GenerateDebugInformation>
       <SubSystem>Console</SubSystem>
       <TargetMachine>MachineX86</TargetMachine>
+      <ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers>
     </Link>
   </ItemDefinitionGroup>
   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">



Ttssh2-commit メーリングリストの案内
Back to archive index