Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Jun 2003 17:37:26 -0700 (PDT)
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libpthread/thread thr_sig.c
Message-ID:  <200306240037.h5O0bQ8p020081@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
marcel      2003/06/23 17:37:26 PDT

  FreeBSD src repository

  Modified files:
    lib/libpthread/thread thr_sig.c 
  Log:
  Explicitly widen int types before casting to pointer types. On 64-bit
  platforms the compiler warns about incompatible integer/pointer casts
  and on ia64 this generally is bad news. We know that what we're doing
  here is valid/correct, so suppress the warning. No functional change.
  
  Sleeps better: marcel
  
  Revision  Changes    Path
  1.55      +4 -3      src/lib/libpthread/thread/thr_sig.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200306240037.h5O0bQ8p020081>