Bug 113801 - broken conversion: size mismatch
Summary: broken conversion: size mismatch
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: FreeWnn
Version: 1
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Jens Petersen
QA Contact: Bill Huang
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2004-01-18 11:55 UTC by d.binderman
Modified: 2007-11-30 22:10 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2004-08-06 02:20:56 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

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.


Note You need to log in before you can comment on or make changes to this bug.