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

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

[Octave-bug-tracker] [bug #54206] Compilation warning on xerbla.c on sta


From: Mike Miller
Subject: [Octave-bug-tracker] [bug #54206] Compilation warning on xerbla.c on stable branch
Date: Fri, 29 Jun 2018 17:00:46 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:61.0) Gecko/20100101 Firefox/61.0

Follow-up Comment #4, bug #54206 (project octave):

No, I now get this warning with Clang 7


../liboctave/external/blas-xtra/xerbla.c:65:12: warning: format specifies type
'int' but the argument has type 'long' [-Wformat]
           (long) (*info));
           ^~~~~~~~~~~~~~


I think you shouldn't have dropped the '%ld', the warning message was about
the '*' in the '%.*s' format conversion.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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