On Fri, Feb 03, 2012 at 11:22:19AM +0100, H.Merijn Brand wrote: > > Warnings (on HP-UX 11.31/5.14.2-64all-ld) *in* last release: > > "DBI.xs", line 1469: warning #4232-D: conversion from "XPVHV *" to a more > strictly aligned type "XPVMG *" may cause misaligned access > "DBI.xs", line 2582: warning #4232-D: conversion from "XPVHV *" to a more > strictly aligned type "XPVMG *" may cause misaligned access > "DBI.xs", line 2587: warning #4232-D: conversion from "XPVHV *" to a more > strictly aligned type "XPVMG *" may cause misaligned access
Not sure what to do about those. > "DBI.xs", line 4486: warning #2181-D: argument is incompatible with > corresponding format string conversion > NULL, Does adding a (void*) in front silence that one? Tim.