Closed Bug 156 Opened 26 years ago Closed 24 years ago

warning fix : ns/nsprpub/pr/tests/parent.c

Categories

(NSPR :: NSPR, defect, P3)

defect

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: rick, Assigned: wtc)

Details

Created by Rick Osborne (rick@rixsoft.com) on Sunday, April 12, 1998 6:20:34 PM PDT
Additional Details :
(In the continuing quest to eliminate even compiler warnings
... )

Yet another ''I want to return something'' warning.

Also, me in my stupor, I''ve had my diffs backwards all night
and didn''t realize it.  Oops.  It''s what I get for
programming at this time of night.

--- parent.old.c        Wed Apr 08 17:55:13 1998
+++ parent.c    Sun Apr 12 02:37:27 1998
@@ -36,3 +36,4 @@

-static PrintUsage(void)
+/* Cast as void to eliminate compiler warnings about no
return */
+static void PrintUsage(void)
{
Updated by Wan-Teh Chang (wtc@netscape.com) on Friday, April 24, 1998 12:42:25 PM PDT
Additional Details :
Assigned the bug to myself and closed the bug.
This is fixed in ns/nsprpub/pr/tests/parent.c,
revision 3.2.
NSPR now has its own Bugzilla product.  Moving this bug to the NSPR product.
reopening to mark as fixed.
Status: CLOSED → REOPENED
marking fixed.
Status: REOPENED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
VERIFIED due to no changes in over a year
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.