Changeset 80ad7090 in rtems for cpukit

Timestamp:
09/08/14 12:13:31 (10 years ago)
Author:
Pavel Pisa <pisa@…>
Branches:
4.11, 5, master
Children:
8028089
Parents:
6821a629
git-author:
Pavel Pisa <pisa@…> (09/08/14 12:13:31)
git-committer:
Sebastian Huber <sebastian.huber@…> (09/08/14 12:17:04)
Message:

score: More strict RTEMS_DEQUALIFY implementation.

This implementation is able to catch cast to type
which differs not only in qualifiers. The error
diagnostic message when used in function is self
descriptive. Macro is compatible with used in initializers
but there message about not constant initial value
signals types incompatibility.

The actual implementation does not distinguish between
volatile and const removal.

(No files)

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