⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 options.lnt

📁 嵌入式操作系统EOS(Embedded OperatingSystem)是一种用途广泛的系统软件
💻 LNT
字号:
// Please note -- this is a representative set of error suppression
//                options.  Please adjust to suit your own policies
//                See  manual (chapter LIVING WITH LINT)
//                for further details.
-A
-elib(950)
-w2
+rw(_gobble)
+d"_inline=_gobble"

-elib(??)    // suppress all library warnings
-elib(???)   // suppress all library warnings
-elib(????)  // suppress all library warnings
-wlib(0)     // suppress all library messages

// ignoring return value's for these functions
-esym( 534, update_output,ShowObject,ChangeListItem,SetVarEE,InitDirtyFlags)
-esym( 534, dcPrint,load_byte, load_word)
-esym( 534, eeprom_stream_read,eeprom_stream_write,eeprom_queue_write,eeprom_write_status)
-esym( 534, set_alarm ,init_baler_struct)

-esym( 534, SetVarAsNumericLong,SetVarAsNumericChar,SetCharValue)
-esym( 534, VarClearDirtyHW,SetVarHW, GetVarStringHW,VarSetDirtyHW)
-esym( 534, VarClearDirtyVT,SetVarVT)
-esym( 534, SetVarVM)
-esym( 534, VarClearDirtyEE,GetVarStringEE)
-esym( 534, VarSetDirtyGUI,SetVarGUI)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -