Timestamp:
11/19/14 19:57:37 (9 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.11, 5, master
Children:
bc95f816
Parents:
a5201ea
git-author:
Joel Sherrill <joel.sherrill@…> (11/19/14 19:57:37)
git-committer:
Joel Sherrill <joel.sherrill@…> (11/20/14 18:57:33)
Message:

libtests/malloctest/init.c: Fix warning

posix_memalign() is prototyped to take a non-NULL parameter. But our
test is deliberately passing one in. With the -Wnon-null warning flag
enabled, we will always get warnings on this test unless we disable
that warning for this single test case.

(No files)

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