Ticket #61170: patch-libffi-tests-gcc42.diff
File patch-libffi-tests-gcc42.diff, 1.0 KB (added by kencu (Ken), 4 years ago) |
---|
-
./testsuite/lib/libffi.exp
old new 488 488 } 489 489 } 490 490 "gnu" { 491 set common "-W -Wall -Wno-psabi"491 set common "-W -Wall" 492 492 if [info exists env(LIBFFI_TEST_OPTIMIZATION)] { 493 493 set optimizations [ list $env(LIBFFI_TEST_OPTIMIZATION) ] 494 494 } else { -
./testsuite/libffi.bhaible/bhaible.exp
old new 24 24 # was done in a pretty lazy fashion, and requires the use of compiler 25 25 # flags to disable warnings for now. 26 26 if { [string match $compiler_vendor "gnu"] } { 27 set warning_options "-Wno-unused-variable -Wno-unused-parameter -Wno-un used-but-set-variable -Wno-uninitialized";27 set warning_options "-Wno-unused-variable -Wno-unused-parameter -Wno-uninitialized"; 28 28 } 29 29 if { [string match $compiler_vendor "microsoft"] } { 30 30 # -wd4996 suggest use of vsprintf_s instead of vsprintf