OSDN Git Service

Now Test.mak includes toplevel Rules.mak so if DO_ASSERT is not set then -DNDEBUG...
authorKhem Raj <kraj@mvista.com>
Thu, 8 Mar 2007 08:55:52 +0000 (08:55 -0000)
committerKhem Raj <kraj@mvista.com>
Thu, 8 Mar 2007 08:55:52 +0000 (08:55 -0000)
commit449af02b4cd365fa95f38ffba8af47be49ca9316
tree546f7d24ec97e5f1f5f27f545608d786b9d5757c
parent78a11bc1915300ec68917ab9bf6e0dc1cb84a317
Now Test.mak includes toplevel Rules.mak so if DO_ASSERT is not set then -DNDEBUG is added
to CFLAGS so we need to get the seeko() calls out of the assert otherwise they get
cancelled when NDEBUG is defined.
test/misc/seek.c