mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-06 14:22:31 -07:00
Note unused parameters
Copied from Perforce Change: 18841 ServerID: perforce.ravenbrook.com
This commit is contained in:
parent
383fe91197
commit
93e086d815
1 changed files with 6 additions and 4 deletions
|
|
@ -2,16 +2,17 @@
|
|||
*
|
||||
* WIN32 MEMORY POOL SYSTEM INTERFACE LAYER EXTRAS
|
||||
*
|
||||
* $HopeName: MMsrc!mpsint.c(MMdevel_restr.2) $
|
||||
* $HopeName: MMsrc!mpsiw3.c(trunk.3) $
|
||||
*
|
||||
* Copyright (C) 1996 Harlequin Group, all rights reserved
|
||||
* Copyright (C) 1996, 1997 Harlequin Group, all rights reserved
|
||||
*/
|
||||
|
||||
#include "mpm.h"
|
||||
#include "mps.h"
|
||||
#include <windows.h>
|
||||
|
||||
SRCID(mpsint, "$HopeName: MMsrc!mpsint.c(MMdevel_restr.2) $");
|
||||
#include "mpswin.h"
|
||||
|
||||
SRCID(mpsint, "$HopeName: MMsrc!mpsiw3.c(trunk.3) $");
|
||||
|
||||
/* This is defined in protnt.c */
|
||||
extern LONG ProtSEHfilter(LPEXCEPTION_POINTERS info);
|
||||
|
|
@ -26,5 +27,6 @@ LONG mps_SEH_filter(LPEXCEPTION_POINTERS info,
|
|||
|
||||
void mps_SEH_handler(void *p, size_t s)
|
||||
{
|
||||
UNUSED(p); UNUSED(s);
|
||||
NOTREACHED;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue