Ravenbrook / Projects / Memory Pool System / Issues

Memory Pool System


MPS issue job001617

Title: MPS Intel Mac OS X fails to compile: amsss.c
Status: closed
Priority: essential
Assigned user: Richard Kistruck
Product: mps
Organization: Ravenbrook
Description: MPS Intel Mac OS X fails to compile: amsss.c
Analysis: RHSK 2007-02-16
RB found that amsss.c failed with a warning because of this bad C:
static void report()
Should be:
static void report(void)
How found: unknown
Evidence: xci3gc compiler
Observed in: 1.107.0
Introduced in: 1.107.0
Test procedure: none
Created by: Richard Kistruck
Created on: 2007-02-16 15:08:50
Last modified by: Richard Kistruck
Last modified on: 2007-02-16 15:10:40
History: 2007-02-16 RHSK Created.

Fixes

Change Effect Date User Description
161766 closed 2007-02-16 15:06:17 Richard Brooksby Correcting function declaration parameter list to make it valid C.

Generated at 2008-11-21 23:43:37 by $Id: //info.ravenbrook.com/infosys/cgi/issue.cgi#430 $

Copyright © Ravenbrook Limited. This document is provided "as is", without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this document. You may not duplicate or reproduce this document in any form without the express permission of the copyright holder.

Ravenbrook / Projects / Memory Pool System / Issues