Browse Source

guile: fixed build by not treating compile warnings as errors

user/chris/test/arm
Christian Wiese 13 years ago
parent
commit
3bb171f248
  1. 3
      develop/guile/guile.conf

3
develop/guile/guile.conf

@ -14,3 +14,6 @@
# regenerate autotools infrastructure
hook_add preconf 9 'autoreconf'
# do not treat compile warnings as errors
var_append extraconfopt ' ' "--disable-error-on-warning"

Loading…
Cancel
Save