Commit 0aa23c29 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

config.cmake: Remove unuseful -std=c99.

parent 40f635b6
...@@ -227,8 +227,6 @@ if(${LIBCDDB_FOUND}) ...@@ -227,8 +227,6 @@ if(${LIBCDDB_FOUND})
vlc_add_module_compile_flag(cdda ${LIBCDDB_CFLAGS} ) vlc_add_module_compile_flag(cdda ${LIBCDDB_CFLAGS} )
endif(${LIBCDDB_FOUND}) endif(${LIBCDDB_FOUND})
set( MODULES_CFLAGS, "-std=c99" )
########################################################### ###########################################################
# Final configuration # Final configuration
########################################################### ###########################################################
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment