Echelon FTXL Manual do Utilizador Página 135

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 261
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 134
FTXL User’s Guide 123
#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.
Vista de página 134
1 2 ... 130 131 132 133 134 135 136 137 138 139 140 ... 260 261

Comentários a estes Manuais

Sem comentários