]> git.sesse.net Git - vlc/blobdiff - Makefile.in
. rajout de l'option -Winline
[vlc] / Makefile.in
index 2d37bbc60eeff9791146ccb111e863be75c493f7..e1d3a5fdccc6ee72f65e169aedec16e2581048e3 100644 (file)
@@ -79,12 +79,14 @@ endif
 # C compiler flags: compilation
 #
 CCFLAGS += $(DEFINE) $(INCLUDE)
-CCFLAGS += -Wall
+CCFLAGS += -Wall -Winline
 CCFLAGS += -D_REENTRANT
 CCFLAGS += -D_GNU_SOURCE
 
 # flags needed for clean beos compilation
+ifeq ($(SYS),beos)
 CCFLAGS += -Wno-multichar -Wno-ctor-dtor-privacy -Woverloaded-virtual
+endif
 
 # Optimizations : don't compile debug versions with them
 ifeq ($(DEBUG),0)
@@ -211,6 +213,7 @@ video_decoder_obj =         video_decoder/video_decoder.o \
                                                video_decoder/vdec_idct.o
 
 misc_obj =                     misc/mtime.o \
+                                               misc/tests.o \
                                                misc/rsc_files.o \
                                                misc/netutils.o \
                                                misc/playlist.o \