Incidencia #44801

Json protocol dio_put_*() to return int

Abrir Fecha: 2022-06-12 03:34 Última actualización: 2022-06-24 21:24

Informador:
Propietario:
Tipo:
Estado:
Cerrado
Componente:
Hito:
Prioridad:
5 - Medium
Gravedad:
5 - Medium
Resolución:
Fixed
Fichero:
2

Details

Split from https://www.hostedredmine.com/issues/745593 and continuation to #44458

Turn dio_put_*() return value to int, though all the functions can return just 0 at this point. Port parts of generate_packets.py changes from https://www.hostedredmine.com/issues/745593 that the API change allows.

Ticket History (3/8 Histories)

2022-06-12 03:34 Updated by: cazfi
  • New Ticket "Json protocol dio_put_*() to return int" created
2022-06-12 05:14 Updated by: cazfi
  • Propietario Update from (Ninguno) to cazfi
  • Resolución Update from Ninguno to Accepted
2022-06-12 21:13 Updated by: cazfi
  • Resolución Update from Accepted to Ninguno
Comentario

clang gives a bunch of "variable 'e' set but not used" -warnings.

2022-06-13 00:36 Updated by: cazfi
Comentario

Reply To cazfi

clang gives a bunch of "variable 'e' set but not used" -warnings.

These indicate real bug - the "use" would be checking the error value, and certainly it should be made when ever error might have been set.

2022-06-13 01:20 Updated by: cazfi
  • Resolución Update from Ninguno to Accepted
Comentario

Reply To cazfi

the "use" would be checking the error value, and certainly it should be made when ever error might have been set.

Fixed.

2022-06-24 21:24 Updated by: cazfi
  • Estado Update from Open to Cerrado
  • Resolución Update from Accepted to Fixed

Editar

Please login to add comment to this ticket » Entrar