Hi,

what's the status with an --quite Option or -Wfoo Warning-Options?
I need to suppress the Warnings like:
;;; note: source file /usr/share/guile/2.0/sxml/ssax/input-parse.scm                                                                                                                                                                        
;;;       newer than compiled /usr/lib/guile/2.0/ccache/sxml/ssax/input-parse.go                                                                                                                                                            
;;; found fresh local cache at /home/t/.cache/guile/ccache/2.0-LE-8-2.0/usr/share/guile/2.0/sxml/ssax/input-parse.scm.go


I write a Makefile and store the output of a scheme-program in a variable.
MAKE_VARIABLE=$(guile (load "program.scm"))

Well, its not very useful to have this warnings in that variable.


greetings and sorry for bad english. :)