git.videolan.org
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
cc83815
)
Make sure assert are built-in
author
Rémi Denis-Courmont
<rem@videolan.org>
Sat, 20 Oct 2007 10:42:44 +0000
(10:42 +0000)
committer
Rémi Denis-Courmont
<rem@videolan.org>
Sat, 20 Oct 2007 10:42:44 +0000
(10:42 +0000)
src/control/testapi.c
patch
|
blob
|
history
diff --git
a/src/control/testapi.c
b/src/control/testapi.c
index
1dbe03b
..
80cc0e2
100644
(file)
--- a/
src/control/testapi.c
+++ b/
src/control/testapi.c
@@
-22,6
+22,8
@@
**********************************************************************/
#include <vlc/mediacontrol.h>
**********************************************************************/
#include <vlc/mediacontrol.h>
+
+#undef NDEBUG
#include <assert.h>
int main (int argc, char *argv[])
#include <assert.h>
int main (int argc, char *argv[])