Mercurial > hg > xemacs-beta
diff src/frame-x.c @ 3463:3aab51033467
[xemacs-hg @ 2006-06-19 18:49:21 by james]
Quiet GCC 4 sentinel warnings. <m3mzc9oubl.fsf@jerrypc.cs.usu.edu>
author | james |
---|---|
date | Mon, 19 Jun 2006 18:49:23 +0000 |
parents | 168e8d8a55be |
children | 3ef0aaf3dc34 |
line wrap: on
line diff
--- a/src/frame-x.c Mon Jun 19 18:19:38 2006 +0000 +++ b/src/frame-x.c Mon Jun 19 18:49:23 2006 +0000 @@ -783,12 +783,12 @@ /* !!#### Verify this + 1 and document as zero-termination */ XtRString, extval, extvallen + 1, - (XtArgVal) NULL); + NULL); } else XtVaSetValues (w, XtVaTypedArg, extprop, XtRInt, XINT (val), sizeof (int), - (XtArgVal) NULL); + NULL); } else if (SYMBOLP (prop)) { @@ -887,7 +887,7 @@ /* !!#### Verify this + 1 and document as zero-termination */ XtRString, extval, extvallen + 1, - (XtArgVal) NULL); + NULL); } #ifdef HAVE_SCROLLBARS