Bug 113801

Summary: broken conversion: size mismatch
Product: [Fedora] Fedora Reporter: d.binderman
Component: FreeWnnAssignee: Jens Petersen <petersen>
Status: CLOSED RAWHIDE QA Contact: Bill Huang <bhuang>
Severity: medium Docs Contact:
Priority: medium    
Version: 1   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2004-08-06 02:20:56 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description d.binderman 2004-01-18 11:55:52 UTC
Description of problem:

I just tried to compile package FreeWnn-1.11-39, from Redhat
Fedora Core 1.

The compiler said

1.

initjserv.c(430): warning #967: conversion from "char" to "void *";
sizes do not match


The source code is

      return (atoi (*(st + 1)));

I'm not sure what the fix is for this, but I strongly suspect, looking at
the rest of the routine, that

      return atoi( st + 1);

was meant by the programmer.


Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 Jens Petersen 2004-01-28 11:58:22 UTC
I think this is fixed in FreeWnn-1.1.1-a020.

Comment 2 Jens Petersen 2004-08-06 02:20:56 UTC
pl20 is in rawhide now.