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

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

[Octave-patch-tracker] [patch #8568] Remove unnecessary build warnings i


From: Kai Torben Ohlhus
Subject: [Octave-patch-tracker] [patch #8568] Remove unnecessary build warnings in __ichol__.cc.
Date: Mon, 10 Nov 2014 16:08:49 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36

URL:
  <http://savannah.gnu.org/patch/?8568>

                 Summary: Remove unnecessary build warnings in __ichol__.cc.
                 Project: GNU Octave
            Submitted by: siko1056
            Submitted on: Mon 10 Nov 2014 05:08:47 PM CET
                Category: None
                Priority: 5 - Normal
                  Status: None
                 Privacy: Public
             Assigned to: None
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

The attached patch addresses the following warnings:

  libinterp/dldfcn/__ichol__.cc: In instantiation of 'void
ichol_0(octave_matrix_t&, std::string) [with octave_matrix_t = SparseMatrix; T
= double; T (*     ichol_mult)(T, T) = ichol_mult_real; bool (*
ichol_checkpivot)(T) = ichol_checkpivot_real; std::string =
std::basic_string<char>]':
  libinterp/dldfcn/__ichol__.cc:221:50:   required from here
  libinterp/dldfcn/__ichol__.cc:82:63: warning: unused variable 'Llist_len'
[-Wunused-variable]
      octave_idx_type j1, jend, j2, jrow, jjrow, j, jw, i, k, jj, Llist_len,
r;    
                                                                  ^           
    
  libinterp/dldfcn/__ichol__.cc: In instantiation of 'void
ichol_0(octave_matrix_t&, std::string) [with octave_matrix_t =
SparseComplexMatrix; T = std::    complex<double>; T (* ichol_mult)(T, T) =
ichol_mult_complex; bool (* ichol_checkpivot)(T) = ichol_checkpivot_complex;
std::string = std::basic_string<char>]':
  libinterp/dldfcn/__ichol__.cc:231:53:   required from here
  libinterp/dldfcn/__ichol__.cc:82:63: warning: unused variable 'Llist_len'
[-Wunused-variable]
  libinterp/dldfcn/__ichol__.cc: In instantiation of 'void ichol_t(const
octave_matrix_t&, octave_matrix_t&, const T*, T, std::string) [with
octave_matr    ix_t = SparseMatrix; T = double; T (* ichol_mult)(T, T) =
ichol_mult_real; bool (* ichol_checkpivot)(T) = ichol_checkpivot_real;
std::string = std::basic_string<char>]':
  libinterp/dldfcn/__ichol__.cc:485:67:   required from here
  libinterp/dldfcn/__ichol__.cc:247:41: warning: unused variable 'jw'
[-Wunused-variable]
     octave_idx_type j, jrow, jend, jjrow, jw, i, k, jj, Llist_len, total_len,
   
                                           ^                                  
   
  libinterp/dldfcn/__ichol__.cc:247:55: warning: unused variable 'Llist_len'
[-Wunused-variable]
     octave_idx_type j, jrow, jend, jjrow, jw, i, k, jj, Llist_len, total_len,
   
                                                         ^                    
   
  libinterp/dldfcn/__ichol__.cc: In instantiation of 'void ichol_t(const
octave_matrix_t&, octave_matrix_t&, const T*, T, std::string) [with
octave_matr    ix_t = SparseComplexMatrix; T = std::complex<double>; T (*
ichol_mult)(T, T) = ichol_mult_complex; bool (* ichol_checkpivot)(T) =
ichol_checkpivot_complex; std::string = std::basic_    string<char>]':
  libinterp/dldfcn/__ichol__.cc:504:42:   required from here
  libinterp/dldfcn/__ichol__.cc:247:41: warning: unused variable 'jw'
[-Wunused-variable]
     octave_idx_type j, jrow, jend, jjrow, jw, i, k, jj, Llist_len, total_len,
   
                                           ^                                  
   
  libinterp/dldfcn/__ichol__.cc:247:55: warning: unused variable 'Llist_len'
[-Wunused-variable]
     octave_idx_type j, jrow, jend, jjrow, jw, i, k, jj, Llist_len, total_len,
   
                                                         ^    



    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Mon 10 Nov 2014 05:08:47 PM CET  Name: __ichol__.cc.diff  Size: 996B  
By: siko1056

<http://savannah.gnu.org/patch/download.php?file_id=32399>

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/patch/?8568>

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




reply via email to

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