Changeset acb53d5 in rtems

Timestamp:
10/09/18 06:43:08 (6 years ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
5, master
Children:
511ef83c
Parents:
5bd75823
git-author:
Sebastian Huber <sebastian.huber@…> (10/09/18 06:43:08)
git-committer:
Sebastian Huber <sebastian.huber@…> (10/09/18 06:48:25)
Message:

posix: Remove static assertion

Standard C does not allow pointer operands in an integer constant
expressions. GCC issues only a -Wpedantic warning in the removed static
assertion. However, clang is pedantic by default and issues an error.

Rely on the test case instead.

(No files)

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