Changeset 1d39e96 in rtems

Timestamp:
10/05/18 06:11:09 (5 years ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
5, master
Children:
4a7c6867
Parents:
51b3cbca
git-author:
Sebastian Huber <sebastian.huber@…> (10/05/18 06:11:09)
git-committer:
Sebastian Huber <sebastian.huber@…> (10/05/18 11:41:07)
Message:

score: Fix legacy RTEMS_STATIC_ASSERT()

In standard C pointer operands are not allowed in integer constant
expressions. Avoid a static assertion based on an array typedef since
this could lead to warnings ("variably modified 'x' at file scope" and
"typedef 'x' locally defined but not used");

This implementation requires unique messages.

(No files)

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