aboutsummaryrefslogtreecommitdiff
path: root/module/calp/util/exceptions.scm
blob: 0588840e3d7cf82dde8237ac7442e5e0ae5f93dd (plain)
1
2
3
4
5
6
7
8
(define-module (calp util exceptions)
  :use-module (calp util config)
  :use-module (calp translation)
  :use-module (hnh util exceptions))

(define-config warnings-are-errors #f
  description: (_ "Crash on warnings.")
  post: warnings-are-errors)