comparison src/print.c @ 4528:726060ee587c g++-warning-removal-2008-10-28

First draft of g++ 4.3 warning removal patch. Builds. *Needs ChangeLogs.*
author Stephen J. Turnbull <stephen@xemacs.org>
date Wed, 29 Oct 2008 04:06:33 +0900
parents fc7067b7f407
children 8f1ee2d15784
comparison
equal deleted inserted replaced
4524:03ba50f7ecd7 4528:726060ee587c
1525 BADNESS_NO_TYPE 1525 BADNESS_NO_TYPE
1526 }; 1526 };
1527 1527
1528 static void 1528 static void
1529 printing_major_badness (Lisp_Object printcharfun, 1529 printing_major_badness (Lisp_Object printcharfun,
1530 Ascbyte *badness_string, int type, void *val, 1530 const Ascbyte *badness_string, int type, void *val,
1531 enum printing_badness badness) 1531 enum printing_badness badness)
1532 { 1532 {
1533 Ibyte buf[666]; 1533 Ibyte buf[666];
1534 1534
1535 switch (badness) 1535 switch (badness)