bug-gsl
[Top][All Lists]
Advanced

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

[Bug-gsl] [bug #29783] Missing cast on line 226 of glfixed.c?


From: Michael Forbes
Subject: [Bug-gsl] [bug #29783] Missing cast on line 226 of glfixed.c?
Date: Thu, 06 May 2010 00:34:10 +0000
User-agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_8; en-ca) AppleWebKit/531.22.7 (KHTML, like Gecko) Version/4.0.5 Safari/531.22.7

Follow-up Comment #3, bug #29783 (project gsl):

Compiles fine now.

There were some failed checks (see attached check.log).

Also, some warnings were issued:


-bash-3.00$ make -k check > make_check.log
test_gbmv.c(27): warning #188: enumerated type mixed with another type
     cblas_sgbmv(order, trans, M, N, KU, KL, alpha, A,                       
          lda, X, incX, beta, Y, incY);
                 ^

test_gbmv.c(27): warning #188: enumerated type mixed with another type
     cblas_sgbmv(order, trans, M, N, KU, KL, alpha, A,                       
          lda, X, incX, beta, Y, incY);
                        ^

test_gbmv.c(53): warning #188: enumerated type mixed with another type
     cblas_sgbmv(order, trans, M, N, KU, KL, alpha, A,                       
          lda, X, incX, beta, Y, incY);
                 ^


Let me know if I should submit these as a bug too.


(file #20459)
    _______________________________________________________

Additional Item Attachment:

File name: check.log                      Size:94 KB


    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

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