Changeset b4d7d5d in rtems

Timestamp:
05/06/16 20:08:47 (8 years ago)
Author:
Martin Galvan <martin.galvan@…>
Branches:
5, master
Children:
c70f9d1
Parents:
f65f803
Message:

sonic.c: Fix warning on gcc 6

GCC 6.0 previews give the following warning on sonic.c:

../../../../../rtems/c/src/libchip/network/sonic.c:837:11: warning:
statement is indented as if it were guarded by... [-Wmisleading-indentation]

This was discussed here:

https://lists.rtems.org/pipermail/devel/2016-March/014004.html

and we concluded it would be better to rewrite the entire snippet.

(No files)

Note: See TracChangeset for help on using the changeset viewer.