瀏覽代碼

* 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;