]> git.sesse.net Git - vlc/commit
* vlc_common.h: removed all cast in TAB_*. GCC doesn't like anymore
authorLaurent Aimar <fenrir@videolan.org>
Mon, 29 Mar 2004 18:58:28 +0000 (18:58 +0000)
committerLaurent Aimar <fenrir@videolan.org>
Mon, 29 Mar 2004 18:58:28 +0000 (18:58 +0000)
commit0101fe518bd2d8378ccb8497b21fb70d8903a067
tree8c68e8a6557c7b166e3786b46a7d2bbb10b16e44
parent4e0e52a375f98a06ae9ba8f6fe58b7c1a666611b
 * vlc_common.h: removed all cast in TAB_*. GCC doesn't like anymore
cast of lvalue. -> Don't use them anymore in C++ code.
( Don't use *(void**)&p, it won't work because of aliasing problem).

 * vlc_meta.h: don't use TAB_* as this file is included in C++ code.
include/vlc_common.h
include/vlc_meta.h