* Properly use add_target_compile_flags.

svn path=/trunk/; revision=53594
This commit is contained in:
Amine Khaldi 2011-09-04 21:52:37 +00:00
parent 5932142777
commit b1b3c259e8

View file

@ -360,5 +360,5 @@ function(CreateBootSectorTarget2 _target_name _asm_file _binary_file _base_addre
endfunction() endfunction()
function(allow_warnings __module) function(allow_warnings __module)
add_target_compile_flags(${__module} -Wno-error) add_target_compile_flags(${__module} "-Wno-error")
endfunction() endfunction()