Echelon LonTal Stack Uživatelský manuál Strana 167

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 247
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 166
LonTalk Stack Developer’s Guide 155
#pragma disable_warning number
#pragma enable_warning number
Controls the compiler's printing of individual warning messages. Warning
messages generally indicate a problem in the model file, or a place where the
code could be improved. Warning messages are on by default. These
pragmas can be intermixed multiple times throughout a model file to turn
informational message printing on and off as needed.
The number parameter refers to a specific warning number, for example
#pragma disable_warning 123. Alternatively, you can use an asterisk to
select all warnings, for example #pragma enable_warning *. This pragma
is ignored if you specify #pragma warnings_off or #pragma fyi_off.
Zobrazit stránku 166
1 2 ... 162 163 164 165 166 167 168 169 170 171 172 ... 246 247

Komentáře k této Příručce

Žádné komentáře