* Makefile.in (lick-fail-on-warning): New rule to compile with warnings
authorDavid Engster <dengste@eml.cc>
Wed, 6 Apr 2011 15:52:53 +0000 (17:52 +0200)
committerDavid Engster <dengste@eml.cc>
Wed, 6 Apr 2011 15:52:53 +0000 (17:52 +0200)
commitdd2c57ddd13e84e2909950f05092fbc76515a57c
tree27bfd356fcfdb4cb6bf3644e7b0485457959a057
parent3921b6be350597edd0d796deefc5174850da768f
* Makefile.in (lick-fail-on-warning): New rule to compile with warnings
as errors.
(fail-on-warning): Use it.

* lisp/Makefile.in (fail-on-warning): New rule to compile with warnings as
errors.

* dgnushack.el (dgnushack-compile-error-on-warn): New function to call
dgnushack-compile with error-on-warn enabled, and to signal an error if
clean compilation failed.
(dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
with `byte-compile-error-on-warn'.  Return nil if errors occured.
ChangeLog
Makefile.in
lisp/ChangeLog
lisp/Makefile.in
lisp/dgnushack.el