Closed
Bug 155
Opened 27 years ago
Closed 24 years ago
warning fix : ns/nsprpub/pr/tests/join.c
Categories
(NSPR :: NSPR, defect, P3)
NSPR
NSPR
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: rick, Assigned: wtc)
Details
Created by Rick Osborne (rick@rixsoft.com) on Sunday, April 12, 1998 6:19:29 PM PDT
Additional Details :
(In the continuing quest to eliminate even compiler warnings
... )
The compiler was complaining that it wanted it to return
something. I cast
it as void to shut the compiler up.
--- join.c Sun Apr 12 02:22:33 1998
+++ join.old.c Wed Apr 08 17:55:11 1998
@@ -69,4 +69,3 @@
-/* Cast as void to eliminate compiler warnings */
-static void Test_Result (int result)
+static Test_Result (int result)
{
Updated by Wan-Teh Chang (wtc@netscape.com) on Friday, April 24, 1998 12:41:25 PM PDT
Additional Details :
Assigned bug to myself and closed the bug.
This is fixed in ns/nsprpub/pr/tests/join.c,
revision 3.2.
Comment 1•26 years ago
|
||
NSPR now has its own Bugzilla product. Moving this bug to the NSPR product.
Comment 3•24 years ago
|
||
marking fixed.
Status: REOPENED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•