octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #54389] warnings when building on Solaris


From: John W. Eaton
Subject: [Octave-bug-tracker] [bug #54389] warnings when building on Solaris
Date: Thu, 26 Jul 2018 15:58:09 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0

Update of bug #54389 (project octave):

                Category: Configuration and Build System => None              
    
              Item Group:                   Other => None                   
                  Status:             In Progress => None                   

    _______________________________________________________

Follow-up Comment #7:

Yes, on the Solaris system we are using for testing, pthread_t is uint_t.  I
don't see anything requiring it to be unsigned.  Or even to be an integral
type.  These functions for printing the sigset and sigmask are not used in
Octave.  I think I added them for debugging purposes and never removed them
since they could be useful.  I still think they could be useful for debugging,
so we might as well keep them.  To silence the warning it would be safe enough
to cast to long int.  It's a C file though, so no static_cast.  I'll fix it.


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?54389>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]