options.lnt

来自「嵌入式操作系统EOS(Embedded OperatingSystem)是一种用」· LNT 代码 · 共 28 行

LNT
28
字号
// 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 + =
减小字号Ctrl + -
显示快捷键?