This website works better with JavaScript
首頁
探索
說明
登入
pascal
/
pas2js
镜像来自
https://gitlab.com/freepascal.org/fpc/pas2js.git
關註
2
讚好
0
複刻
0
Files
問題管理
0
Wiki
瀏覽代碼
disable warning about unused params
Michaël Van Canneyt
2 年之前
父節點
e50f637255
當前提交
05c189cbb5
共有
1 個文件被更改
,包括
1 次插入
和
1 次删除
統一視圖
顯示文件統計
1
1
packages/bootstrap/bootstrapwidgets.pp
+ 1
- 1
packages/bootstrap/bootstrapwidgets.pp
查看文件
@@ -16,7 +16,7 @@
unit bootstrapwidgets;
unit bootstrapwidgets;
{$mode objfpc}
{$mode objfpc}
-
+
{$WARN 4501 off : }
interface
interface
uses
uses