소스 검색

* disable implicit exception frames, no exceptions are raised by this unit

git-svn-id: trunk@20838 -
Jonas Maebe 13 년 전
부모
커밋
2c1f98320f
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      rtl/unix/cwstring.pp

+ 1 - 0
rtl/unix/cwstring.pp

@@ -15,6 +15,7 @@
 
 {$mode objfpc}
 {$inline on}
+{$implicitexceptions off}
 
 unit cwstring;