[ python-Bugs-1649011 ] HP-UX: compiler warnings: alignment

SourceForge.net noreply at sourceforge.net
Wed Jan 31 17:20:17 CET 2007


Bugs item #1649011, was opened at 2007-01-31 17:20
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1649011&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Build
Group: Python 2.6
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Johannes Abt (jabt)
Assigned to: Nobody/Anonymous (nobody)
Summary: HP-UX: compiler warnings: alignment

Initial Comment:
On HP-UX 11.23 with the native compiler (cc: HP C/aC++ B3910B A.06.12 [Aug 17 2006]), I get dozens of these warnings:

/soft/python/python-2.5/Python-2.5/Modules/_ctypes/_ctypes.c", line 2885: warning #4232-D: conversion from "PyObject *" to a more strictly aligned type "CDataObject *" may cause misaligned access
  		ob = (CDataObject *)GenericCData_new(type, args, kwds);

It does not seem to be very serious.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1649011&group_id=5470


More information about the Python-bugs-list mailing list