Advertisement
fffffusion809

Untitled

Sep 17th, 2015
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 210.06 KB | None | 0 0
  1.  * Package:    sci-libs/openblas-0.2.14
  2.  * Repository: science
  3.  * Maintainer: sci@gentoo.org
  4.  * USE:        abi_x86_32 abi_x86_64 amd64 elibc_glibc kernel_linux openmp userland_GNU
  5.  * FEATURES:   compressdebug preserve-libs sandbox splitdebug userpriv usersandbox
  6.  * Using following Fortran compiler:
  7.  *   F77: x86_64-pc-linux-gnu-gfortran
  8.  *   FC:  x86_64-pc-linux-gnu-gfortran
  9. >>> Unpacking source...
  10. >>> Unpacking openblas-0.2.11-gentoo.patch to /var/tmp/portage/sci-libs/openblas-0.2.14/work
  11. unpack openblas-0.2.11-gentoo.patch: file format not recognized. Ignoring.
  12. >>> Unpacking openblas-0.2.14.tar.gz to /var/tmp/portage/sci-libs/openblas-0.2.14/work
  13. /var/tmp/portage/sci-libs/openblas-0.2.14/work/xianyi-OpenBLAS-2b0d8a8
  14. >>> Source unpacked in /var/tmp/portage/sci-libs/openblas-0.2.14/work
  15. >>> Preparing source in /var/tmp/portage/sci-libs/openblas-0.2.14/work/openblas-0.2.14 ...
  16.  * Applying openblas-0.2.11-gentoo.patch ...
  17.  [ ok ]
  18.  * Will copy sources from /var/tmp/portage/sci-libs/openblas-0.2.14/work/openblas-0.2.14
  19.  * x86: copying to /var/tmp/portage/sci-libs/openblas-0.2.14/work/openblas-0.2.14-x86
  20.  * amd64: copying to /var/tmp/portage/sci-libs/openblas-0.2.14/work/openblas-0.2.14-amd64
  21. >>> Source prepared.
  22. >>> Configuring source in /var/tmp/portage/sci-libs/openblas-0.2.14/work/openblas-0.2.14 ...
  23.  * x86: running run_in_build_dir fortran-int64_multilib_multibuild_wrapper my_configure
  24.  * amd64: running run_in_build_dir fortran-int64_multilib_multibuild_wrapper my_configure
  25. >>> Source configured.
  26. >>> Compiling source in /var/tmp/portage/sci-libs/openblas-0.2.14/work/openblas-0.2.14 ...
  27.  * x86: running run_in_build_dir fortran-int64_multilib_multibuild_wrapper my_src_compile
  28.  * Compiling profile openblas-openmp
  29. make -j16 -s -j1 clean
  30. getarch_2nd.c: In function ‘main’:
  31. getarch_2nd.c:67:5: warning: format ‘%ld’ expects argument of type ‘long int’, but argument 2 has type ‘unsigned int’ [-Wformat=]
  32.      printf("#define SLOCAL_BUFFER_SIZE\t%ld\n", (SGEMM_DEFAULT_Q * SGEMM_DEFAULT_UNROLL_N * 4 * 1 *  sizeof(float)));
  33.      ^
  34. getarch_2nd.c:68:5: warning: format ‘%ld’ expects argument of type ‘long int’, but argument 2 has type ‘unsigned int’ [-Wformat=]
  35.      printf("#define DLOCAL_BUFFER_SIZE\t%ld\n", (DGEMM_DEFAULT_Q * DGEMM_DEFAULT_UNROLL_N * 2 * 1 *  sizeof(double)));
  36.      ^
  37. getarch_2nd.c:69:5: warning: format ‘%ld’ expects argument of type ‘long int’, but argument 2 has type ‘unsigned int’ [-Wformat=]
  38.      printf("#define CLOCAL_BUFFER_SIZE\t%ld\n", (CGEMM_DEFAULT_Q * CGEMM_DEFAULT_UNROLL_N * 4 * 2 *  sizeof(float)));
  39.      ^
  40. getarch_2nd.c:70:5: warning: format ‘%ld’ expects argument of type ‘long int’, but argument 2 has type ‘unsigned int’ [-Wformat=]
  41.      printf("#define ZLOCAL_BUFFER_SIZE\t%ld\n", (ZGEMM_DEFAULT_Q * ZGEMM_DEFAULT_UNROLL_N * 2 * 2 *  sizeof(double)));
  42.      ^
  43. Done.
  44. make -j16 -s -j1 libs shared USE_OPENMP=1 LIBNAMESUFFIX=openmp
  45. getarch_2nd.c: In function ‘main’:
  46. getarch_2nd.c:67:5: warning: format ‘%ld’ expects argument of type ‘long int’, but argument 2 has type ‘unsigned int’ [-Wformat=]
  47.      printf("#define SLOCAL_BUFFER_SIZE\t%ld\n", (SGEMM_DEFAULT_Q * SGEMM_DEFAULT_UNROLL_N * 4 * 1 *  sizeof(float)));
  48.      ^
  49. getarch_2nd.c:68:5: warning: format ‘%ld’ expects argument of type ‘long int’, but argument 2 has type ‘unsigned int’ [-Wformat=]
  50.      printf("#define DLOCAL_BUFFER_SIZE\t%ld\n", (DGEMM_DEFAULT_Q * DGEMM_DEFAULT_UNROLL_N * 2 * 1 *  sizeof(double)));
  51.      ^
  52. getarch_2nd.c:69:5: warning: format ‘%ld’ expects argument of type ‘long int’, but argument 2 has type ‘unsigned int’ [-Wformat=]
  53.      printf("#define CLOCAL_BUFFER_SIZE\t%ld\n", (CGEMM_DEFAULT_Q * CGEMM_DEFAULT_UNROLL_N * 4 * 2 *  sizeof(float)));
  54.      ^
  55. getarch_2nd.c:70:5: warning: format ‘%ld’ expects argument of type ‘long int’, but argument 2 has type ‘unsigned int’ [-Wformat=]
  56.      printf("#define ZLOCAL_BUFFER_SIZE\t%ld\n", (ZGEMM_DEFAULT_Q * ZGEMM_DEFAULT_UNROLL_N * 2 * 2 *  sizeof(double)));
  57.      ^
  58. syr.c: In function ‘cblas_ssyr’:
  59. syr.c:119:7: warning: variable ‘trans’ set but not used [-Wunused-but-set-variable]
  60.    int trans, uplo;
  61.        ^
  62. syr2.c: In function ‘cblas_ssyr2’:
  63. syr2.c:121:7: warning: variable ‘trans’ set but not used [-Wunused-but-set-variable]
  64.    int trans, uplo;
  65.        ^
  66. symm.c: In function ‘ssymm_’:
  67. symm.c:145:7: warning: unused variable ‘mode’ [-Wunused-variable]
  68.    int mode  =  BLAS_SINGLE  | BLAS_REAL;
  69.        ^
  70. symm.c: In function ‘cblas_ssymm’:
  71. symm.c:256:7: warning: unused variable ‘mode’ [-Wunused-variable]
  72.    int mode  =  BLAS_SINGLE  | BLAS_REAL;
  73.        ^
  74. imatcopy.c: In function ‘cblas_simatcopy’:
  75. imatcopy.c:78:14: warning: unused variable ‘Trans’ [-Wunused-variable]
  76.   char Order, Trans;
  77.               ^
  78. imatcopy.c:78:7: warning: unused variable ‘Order’ [-Wunused-variable]
  79.   char Order, Trans;
  80.        ^
  81. syr.c: In function ‘cblas_dsyr’:
  82. syr.c:119:7: warning: variable ‘trans’ set but not used [-Wunused-but-set-variable]
  83.    int trans, uplo;
  84.        ^
  85. syr2.c: In function ‘cblas_dsyr2’:
  86. syr2.c:121:7: warning: variable ‘trans’ set but not used [-Wunused-but-set-variable]
  87.    int trans, uplo;
  88.        ^
  89. symm.c: In function ‘dsymm_’:
  90. symm.c:143:7: warning: unused variable ‘mode’ [-Wunused-variable]
  91.    int mode  =  BLAS_DOUBLE  | BLAS_REAL;
  92.        ^
  93. symm.c: In function ‘cblas_dsymm’:
  94. symm.c:254:7: warning: unused variable ‘mode’ [-Wunused-variable]
  95.    int mode  =  BLAS_DOUBLE  | BLAS_REAL;
  96.        ^
  97. imatcopy.c: In function ‘cblas_dimatcopy’:
  98. imatcopy.c:78:14: warning: unused variable ‘Trans’ [-Wunused-variable]
  99.   char Order, Trans;
  100.               ^
  101. imatcopy.c:78:7: warning: unused variable ‘Order’ [-Wunused-variable]
  102.   char Order, Trans;
  103.        ^
  104. zhemv.c: In function ‘cblas_chemv’:
  105. zhemv.c:120:7: warning: variable ‘trans’ set but not used [-Wunused-but-set-variable]
  106.    int trans, uplo;
  107.        ^
  108. zher.c: In function ‘cblas_cher’:
  109. zher.c:119:7: warning: variable ‘trans’ set but not used [-Wunused-but-set-variable]
  110.    int trans, uplo;
  111.        ^
  112. zher2.c: In function ‘cblas_cher2’:
  113. zher2.c:124:7: warning: variable ‘trans’ set but not used [-Wunused-but-set-variable]
  114.    int trans, uplo;
  115.        ^
  116. symm.c: In function ‘csymm_’:
  117. symm.c:153:7: warning: unused variable ‘mode’ [-Wunused-variable]
  118.    int mode  =  BLAS_SINGLE  | BLAS_COMPLEX;
  119.        ^
  120. symm.c: In function ‘chemm_’:
  121. symm.c:153:7: warning: unused variable ‘mode’ [-Wunused-variable]
  122.    int mode  =  BLAS_SINGLE  | BLAS_COMPLEX;
  123.        ^
  124. symm.c: In function ‘cblas_csymm’:
  125. symm.c:264:7: warning: unused variable ‘mode’ [-Wunused-variable]
  126.    int mode  =  BLAS_SINGLE  | BLAS_COMPLEX;
  127.        ^
  128. symm.c: In function ‘cblas_chemm’:
  129. symm.c:264:7: warning: unused variable ‘mode’ [-Wunused-variable]
  130.    int mode  =  BLAS_SINGLE  | BLAS_COMPLEX;
  131.        ^
  132. zher.c: In function ‘cblas_zher’:
  133. zher.c:119:7: warning: variable ‘trans’ set but not used [-Wunused-but-set-variable]
  134.    int trans, uplo;
  135.        ^
  136. zhemv.c: In function ‘cblas_zhemv’:
  137. zhemv.c:120:7: warning: variable ‘trans’ set but not used [-Wunused-but-set-variable]
  138.    int trans, uplo;
  139.        ^
  140. zher2.c: In function ‘cblas_zher2’:
  141. zher2.c:124:7: warning: variable ‘trans’ set but not used [-Wunused-but-set-variable]
  142.    int trans, uplo;
  143.        ^
  144. symm.c: In function ‘zsymm_’:
  145. symm.c:151:7: warning: unused variable ‘mode’ [-Wunused-variable]
  146.    int mode  =  BLAS_DOUBLE  | BLAS_COMPLEX;
  147.        ^
  148. symm.c: In function ‘zhemm_’:
  149. symm.c:151:7: warning: unused variable ‘mode’ [-Wunused-variable]
  150.    int mode  =  BLAS_DOUBLE  | BLAS_COMPLEX;
  151.        ^
  152. symm.c: In function ‘cblas_zsymm’:
  153. symm.c:262:7: warning: unused variable ‘mode’ [-Wunused-variable]
  154.    int mode  =  BLAS_DOUBLE  | BLAS_COMPLEX;
  155.        ^
  156. symm.c: In function ‘cblas_zhemm’:
  157. symm.c:262:7: warning: unused variable ‘mode’ [-Wunused-variable]
  158.    int mode  =  BLAS_DOUBLE  | BLAS_COMPLEX;
  159.        ^
  160. x86_64-pc-linux-gnu-ar: creating ../libopenblas_openmp_sandybridgep-r0.2.14.a
  161. tbmv_U.c: In function ‘stbmv_NUU’:
  162. tbmv_U.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  163.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  164.           ^
  165. tbmv_U.c: In function ‘stbmv_NUN’:
  166. tbmv_U.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  167.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  168.           ^
  169. tbmv_L.c: In function ‘stbmv_NLU’:
  170. tbmv_L.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  171.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  172.           ^
  173. tbmv_L.c: In function ‘stbmv_NLN’:
  174. tbmv_L.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  175.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  176.           ^
  177. tbmv_L.c: In function ‘stbmv_TUU’:
  178. tbmv_L.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  179.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  180.           ^
  181. tbmv_L.c: In function ‘stbmv_TUN’:
  182. tbmv_L.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  183.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  184.           ^
  185. tbmv_U.c: In function ‘stbmv_TLU’:
  186. tbmv_U.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  187.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  188.           ^
  189. tbmv_U.c: In function ‘stbmv_TLN’:
  190. tbmv_U.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  191.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  192.           ^
  193. tbsv_U.c: In function ‘stbsv_NUU’:
  194. tbsv_U.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  195.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  196.           ^
  197. tbsv_U.c: In function ‘stbsv_NUN’:
  198. tbsv_U.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  199.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  200.           ^
  201. tbsv_L.c: In function ‘stbsv_NLU’:
  202. tbsv_L.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  203.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  204.           ^
  205. tbsv_L.c: In function ‘stbsv_NLN’:
  206. tbsv_L.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  207.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  208.           ^
  209. tbsv_L.c: In function ‘stbsv_TUN’:
  210. tbsv_L.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  211.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  212.           ^
  213. tbsv_L.c: In function ‘stbsv_TUU’:
  214. tbsv_L.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  215.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  216.           ^
  217. tbsv_U.c: In function ‘stbsv_TLU’:
  218. tbsv_U.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  219.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  220.           ^
  221. tbsv_U.c: In function ‘stbsv_TLN’:
  222. tbsv_U.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  223.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  224.           ^
  225. tpsv_U.c: In function ‘stpsv_NUU’:
  226. tpsv_U.c:46:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  227.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  228.           ^
  229. tpsv_U.c: In function ‘stpsv_NUN’:
  230. tpsv_U.c:46:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  231.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  232.           ^
  233. tpsv_L.c: In function ‘stpsv_NLU’:
  234. tpsv_L.c:46:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  235.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  236.           ^
  237. tpsv_L.c: In function ‘stpsv_NLN’:
  238. tpsv_L.c:46:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  239.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  240.           ^
  241. tpsv_L.c: In function ‘stpsv_TUU’:
  242. tpsv_L.c:46:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  243.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  244.           ^
  245. tpsv_U.c: In function ‘stpsv_TLU’:
  246. tpsv_U.c:46:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  247.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  248.           ^
  249. tpsv_L.c: In function ‘stpsv_TUN’:
  250. tpsv_L.c:46:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  251.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  252.           ^
  253. tpsv_U.c: In function ‘stpsv_TLN’:
  254. tpsv_U.c:46:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  255.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  256.           ^
  257. symv_thread.c: In function ‘symv_kernel’:
  258. symv_thread.c:58:23: warning: variable ‘incy’ set but not used [-Wunused-but-set-variable]
  259.    BLASLONG lda, incx, incy;
  260.                        ^
  261. symv_thread.c: In function ‘symv_kernel’:
  262. symv_thread.c:58:23: warning: variable ‘incy’ set but not used [-Wunused-but-set-variable]
  263.    BLASLONG lda, incx, incy;
  264.                        ^
  265. spr2_thread.c: In function ‘syr_kernel’:
  266. spr2_thread.c:46:12: warning: variable ‘lda’ set but not used [-Wunused-but-set-variable]
  267.    BLASLONG lda, incx, incy;
  268.             ^
  269. spr2_thread.c: In function ‘syr_kernel’:
  270. spr2_thread.c:46:12: warning: variable ‘lda’ set but not used [-Wunused-but-set-variable]
  271.    BLASLONG lda, incx, incy;
  272.             ^
  273. spmv_thread.c: In function ‘spmv_kernel’:
  274. spmv_thread.c:58:18: warning: variable ‘incy’ set but not used [-Wunused-but-set-variable]
  275.    BLASLONG incx, incy;
  276.                   ^
  277. spmv_thread.c: In function ‘spmv_kernel’:
  278. spmv_thread.c:58:18: warning: variable ‘incy’ set but not used [-Wunused-but-set-variable]
  279.    BLASLONG incx, incy;
  280.                   ^
  281. tbmv_U.c: In function ‘dtbmv_NUU’:
  282. tbmv_U.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  283.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  284.           ^
  285. tbmv_U.c: In function ‘dtbmv_NUN’:
  286. tbmv_U.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  287.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  288.           ^
  289. tbmv_L.c: In function ‘dtbmv_NLU’:
  290. tbmv_L.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  291.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  292.           ^
  293. tbmv_L.c: In function ‘dtbmv_NLN’:
  294. tbmv_L.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  295.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  296.           ^
  297. tbmv_L.c: In function ‘dtbmv_TUU’:
  298. tbmv_L.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  299.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  300.           ^
  301. tbmv_L.c: In function ‘dtbmv_TUN’:
  302. tbmv_L.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  303.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  304.           ^
  305. tbmv_U.c: In function ‘dtbmv_TLU’:
  306. tbmv_U.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  307.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  308.           ^
  309. tbmv_U.c: In function ‘dtbmv_TLN’:
  310. tbmv_U.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  311.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  312.           ^
  313. tbsv_U.c: In function ‘dtbsv_NUU’:
  314. tbsv_U.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  315.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  316.           ^
  317. tbsv_U.c: In function ‘dtbsv_NUN’:
  318. tbsv_U.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  319.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  320.           ^
  321. tbsv_L.c: In function ‘dtbsv_NLU’:
  322. tbsv_L.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  323.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  324.           ^
  325. tbsv_L.c: In function ‘dtbsv_NLN’:
  326. tbsv_L.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  327.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  328.           ^
  329. tbsv_L.c: In function ‘dtbsv_TUU’:
  330. tbsv_L.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  331.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  332.           ^
  333. tbsv_L.c: In function ‘dtbsv_TUN’:
  334. tbsv_L.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  335.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  336.           ^
  337. tbsv_U.c: In function ‘dtbsv_TLU’:
  338. tbsv_U.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  339.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  340.           ^
  341. tbsv_U.c: In function ‘dtbsv_TLN’:
  342. tbsv_U.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  343.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  344.           ^
  345. tpsv_U.c: In function ‘dtpsv_NUU’:
  346. tpsv_U.c:46:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  347.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  348.           ^
  349. tpsv_U.c: In function ‘dtpsv_NUN’:
  350. tpsv_U.c:46:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  351.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  352.           ^
  353. tpsv_L.c: In function ‘dtpsv_NLU’:
  354. tpsv_L.c:46:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  355.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  356.           ^
  357. tpsv_L.c: In function ‘dtpsv_NLN’:
  358. tpsv_L.c:46:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  359.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  360.           ^
  361. tpsv_L.c: In function ‘dtpsv_TUU’:
  362. tpsv_L.c:46:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  363.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  364.           ^
  365. tpsv_L.c: In function ‘dtpsv_TUN’:
  366. tpsv_L.c:46:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  367.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  368.           ^
  369. tpsv_U.c: In function ‘dtpsv_TLU’:
  370. tpsv_U.c:46:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  371.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  372.           ^
  373. tpsv_U.c: In function ‘dtpsv_TLN’:
  374. tpsv_U.c:46:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  375.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  376.           ^
  377. symv_thread.c: In function ‘symv_kernel’:
  378. symv_thread.c:58:23: warning: variable ‘incy’ set but not used [-Wunused-but-set-variable]
  379.    BLASLONG lda, incx, incy;
  380.                        ^
  381. symv_thread.c: In function ‘symv_kernel’:
  382. symv_thread.c:58:23: warning: variable ‘incy’ set but not used [-Wunused-but-set-variable]
  383.    BLASLONG lda, incx, incy;
  384.                        ^
  385. spr2_thread.c: In function ‘syr_kernel’:
  386. spr2_thread.c:46:12: warning: variable ‘lda’ set but not used [-Wunused-but-set-variable]
  387.    BLASLONG lda, incx, incy;
  388.             ^
  389. spr2_thread.c: In function ‘syr_kernel’:
  390. spr2_thread.c:46:12: warning: variable ‘lda’ set but not used [-Wunused-but-set-variable]
  391.    BLASLONG lda, incx, incy;
  392.             ^
  393. spmv_thread.c: In function ‘spmv_kernel’:
  394. spmv_thread.c:58:18: warning: variable ‘incy’ set but not used [-Wunused-but-set-variable]
  395.    BLASLONG incx, incy;
  396.                   ^
  397. spmv_thread.c: In function ‘spmv_kernel’:
  398. spmv_thread.c:58:18: warning: variable ‘incy’ set but not used [-Wunused-but-set-variable]
  399.    BLASLONG incx, incy;
  400.                   ^
  401. ztbmv_U.c: In function ‘ctbmv_NUU’:
  402. ztbmv_U.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  403.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  404.           ^
  405. ztbmv_L.c: In function ‘ctbmv_NLU’:
  406. ztbmv_L.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  407.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  408.           ^
  409. ztbmv_U.c: In function ‘ctbmv_NUN’:
  410. ztbmv_U.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  411.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  412.           ^
  413. ztbmv_L.c: In function ‘ctbmv_NLN’:
  414. ztbmv_L.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  415.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  416.           ^
  417. ztbmv_L.c: In function ‘ctbmv_TUU’:
  418. ztbmv_L.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  419.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  420.           ^
  421. ztbmv_U.c: In function ‘ctbmv_TLU’:
  422. ztbmv_U.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  423.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  424.           ^
  425. ztbmv_U.c: In function ‘ctbmv_TLN’:
  426. ztbmv_U.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  427.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  428.           ^
  429. ztbmv_L.c: In function ‘ctbmv_TUN’:
  430. ztbmv_L.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  431.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  432.           ^
  433. ztbmv_U.c: In function ‘ctbmv_RUU’:
  434. ztbmv_U.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  435.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  436.           ^
  437. ztbmv_U.c: In function ‘ctbmv_RUN’:
  438. ztbmv_U.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  439.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  440.           ^
  441. ztbmv_L.c: In function ‘ctbmv_RLU’:
  442. ztbmv_L.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  443.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  444.           ^
  445. ztbmv_L.c: In function ‘ctbmv_RLN’:
  446. ztbmv_L.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  447.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  448.           ^
  449. ztbmv_L.c: In function ‘ctbmv_CUU’:
  450. ztbmv_L.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  451.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  452.           ^
  453. ztbmv_L.c: In function ‘ctbmv_CUN’:
  454. ztbmv_L.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  455.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  456.           ^
  457. ztbmv_U.c: In function ‘ctbmv_CLU’:
  458. ztbmv_U.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  459.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  460.           ^
  461. ztbmv_U.c: In function ‘ctbmv_CLN’:
  462. ztbmv_U.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  463.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  464.           ^
  465. ztbsv_U.c: In function ‘ctbsv_NUU’:
  466. ztbsv_U.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  467.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  468.           ^
  469. ztbsv_L.c: In function ‘ctbsv_NLU’:
  470. ztbsv_L.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  471.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  472.           ^
  473. ztbsv_U.c: In function ‘ctbsv_NUN’:
  474. ztbsv_U.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  475.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  476.           ^
  477. ztbsv_L.c: In function ‘ctbsv_NLN’:
  478. ztbsv_L.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  479.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  480.           ^
  481. ztbsv_L.c: In function ‘ctbsv_TUU’:
  482. ztbsv_L.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  483.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  484.           ^
  485. ztbsv_L.c: In function ‘ctbsv_TUN’:
  486. ztbsv_L.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  487.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  488.           ^
  489. ztbsv_U.c: In function ‘ctbsv_TLU’:
  490. ztbsv_U.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  491.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  492.           ^
  493. ztbsv_U.c: In function ‘ctbsv_TLN’:
  494. ztbsv_U.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  495.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  496.           ^
  497. ztbsv_U.c: In function ‘ctbsv_RUU’:
  498. ztbsv_U.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  499.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  500.           ^
  501. ztbsv_U.c: In function ‘ctbsv_RUN’:
  502. ztbsv_U.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  503.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  504.           ^
  505. ztbsv_L.c: In function ‘ctbsv_RLN’:
  506. ztbsv_L.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  507.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  508.           ^
  509. ztbsv_L.c: In function ‘ctbsv_CUU’:
  510. ztbsv_L.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  511.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  512.           ^
  513. ztbsv_L.c: In function ‘ctbsv_RLU’:
  514. ztbsv_L.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  515.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  516.           ^
  517. ztbsv_L.c: In function ‘ctbsv_CUN’:
  518. ztbsv_L.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  519.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  520.           ^
  521. ztbsv_U.c: In function ‘ctbsv_CLN’:
  522. ztbsv_U.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  523.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  524.           ^
  525. ztbsv_U.c: In function ‘ctbsv_CLU’:
  526. ztbsv_U.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  527.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  528.           ^
  529. ztpmv_U.c: In function ‘ctpmv_NUU’:
  530. ztpmv_U.c:52:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  531.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  532.           ^
  533. ztpmv_U.c: In function ‘ctpmv_NUN’:
  534. ztpmv_U.c:52:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  535.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  536.           ^
  537. ztpmv_L.c: In function ‘ctpmv_NLN’:
  538. ztpmv_L.c:52:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  539.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  540.           ^
  541. ztpmv_L.c: In function ‘ctpmv_NLU’:
  542. ztpmv_L.c:52:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  543.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  544.           ^
  545. ztpmv_L.c: In function ‘ctpmv_TUU’:
  546. ztpmv_L.c:52:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  547.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  548.           ^
  549. ztpmv_L.c: In function ‘ctpmv_TUN’:
  550. ztpmv_L.c:52:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  551.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  552.           ^
  553. ztpmv_U.c: In function ‘ctpmv_TLU’:
  554. ztpmv_U.c:52:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  555.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  556.           ^
  557. ztpmv_U.c: In function ‘ctpmv_TLN’:
  558. ztpmv_U.c:52:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  559.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  560.           ^
  561. ztpmv_U.c: In function ‘ctpmv_RUU’:
  562. ztpmv_U.c:52:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  563.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  564.           ^
  565. ztpmv_U.c: In function ‘ctpmv_RUN’:
  566. ztpmv_U.c:52:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  567.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  568.           ^
  569. ztpmv_L.c: In function ‘ctpmv_RLU’:
  570. ztpmv_L.c:52:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  571.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  572.           ^
  573. ztpmv_L.c: In function ‘ctpmv_CUU’:
  574. ztpmv_L.c:52:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  575.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  576.           ^
  577. ztpmv_L.c: In function ‘ctpmv_RLN’:
  578. ztpmv_L.c:52:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  579.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  580.           ^
  581. ztpmv_L.c: In function ‘ctpmv_CUN’:
  582. ztpmv_L.c:52:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  583.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  584.           ^
  585. ztpmv_U.c: In function ‘ctpmv_CLU’:
  586. ztpmv_U.c:52:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  587.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  588.           ^
  589. ztpmv_U.c: In function ‘ctpmv_CLN’:
  590. ztpmv_U.c:52:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  591.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  592.           ^
  593. ztpsv_U.c: In function ‘ctpsv_NUU’:
  594. ztpsv_U.c:52:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  595.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  596.           ^
  597. ztpsv_U.c: In function ‘ctpsv_NUN’:
  598. ztpsv_U.c:52:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  599.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  600.           ^
  601. ztpsv_L.c: In function ‘ctpsv_NLU’:
  602. ztpsv_L.c:54:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  603.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  604.           ^
  605. ztpsv_L.c: In function ‘ctpsv_NLN’:
  606. ztpsv_L.c:54:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  607.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  608.           ^
  609. ztpsv_L.c: In function ‘ctpsv_TUU’:
  610. ztpsv_L.c:54:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  611.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  612.           ^
  613. ztpsv_L.c: In function ‘ctpsv_TUN’:
  614. ztpsv_L.c:54:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  615.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  616.           ^
  617. ztpsv_U.c: In function ‘ctpsv_TLU’:
  618. ztpsv_U.c:52:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  619.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  620.           ^
  621. ztpsv_U.c: In function ‘ctpsv_TLN’:
  622. ztpsv_U.c:52:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  623.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  624.           ^
  625. ztpsv_U.c: In function ‘ctpsv_RUU’:
  626. ztpsv_U.c:52:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  627.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  628.           ^
  629. ztpsv_U.c: In function ‘ctpsv_RUN’:
  630. ztpsv_U.c:52:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  631.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  632.           ^
  633. ztpsv_L.c: In function ‘ctpsv_RLU’:
  634. ztpsv_L.c:54:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  635.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  636.           ^
  637. ztpsv_L.c: In function ‘ctpsv_RLN’:
  638. ztpsv_L.c:54:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  639.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  640.           ^
  641. ztpsv_L.c: In function ‘ctpsv_CUU’:
  642. ztpsv_L.c:54:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  643.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  644.           ^
  645. ztpsv_L.c: In function ‘ctpsv_CUN’:
  646. ztpsv_L.c:54:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  647.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  648.           ^
  649. ztpsv_U.c: In function ‘ctpsv_CLU’:
  650. ztpsv_U.c:52:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  651.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  652.           ^
  653. ztpsv_U.c: In function ‘ctpsv_CLN’:
  654. ztpsv_U.c:52:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  655.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  656.           ^
  657. symv_thread.c: In function ‘symv_kernel’:
  658. symv_thread.c:58:23: warning: variable ‘incy’ set but not used [-Wunused-but-set-variable]
  659.    BLASLONG lda, incx, incy;
  660.                        ^
  661. symv_thread.c: In function ‘symv_kernel’:
  662. symv_thread.c:58:23: warning: variable ‘incy’ set but not used [-Wunused-but-set-variable]
  663.    BLASLONG lda, incx, incy;
  664.                        ^
  665. symv_thread.c: In function ‘symv_kernel’:
  666. symv_thread.c:58:23: warning: variable ‘incy’ set but not used [-Wunused-but-set-variable]
  667.    BLASLONG lda, incx, incy;
  668.                        ^
  669. symv_thread.c: In function ‘symv_kernel’:
  670. symv_thread.c:58:23: warning: variable ‘incy’ set but not used [-Wunused-but-set-variable]
  671.    BLASLONG lda, incx, incy;
  672.                        ^
  673. symv_thread.c: In function ‘symv_kernel’:
  674. symv_thread.c:58:23: warning: variable ‘incy’ set but not used [-Wunused-but-set-variable]
  675.    BLASLONG lda, incx, incy;
  676.                        ^
  677. symv_thread.c: In function ‘symv_kernel’:
  678. symv_thread.c:58:23: warning: variable ‘incy’ set but not used [-Wunused-but-set-variable]
  679.    BLASLONG lda, incx, incy;
  680.                        ^
  681. spr_thread.c: In function ‘syr_kernel’:
  682. spr_thread.c:50:9: warning: variable ‘alpha_i’ set but not used [-Wunused-but-set-variable]
  683.    FLOAT alpha_i;
  684.          ^
  685. spr_thread.c: In function ‘syr_kernel’:
  686. spr_thread.c:50:9: warning: variable ‘alpha_i’ set but not used [-Wunused-but-set-variable]
  687.    FLOAT alpha_i;
  688.          ^
  689. spr_thread.c: In function ‘syr_kernel’:
  690. spr_thread.c:50:9: warning: variable ‘alpha_i’ set but not used [-Wunused-but-set-variable]
  691.    FLOAT alpha_i;
  692.          ^
  693. spr_thread.c: In function ‘syr_kernel’:
  694. spr_thread.c:50:9: warning: variable ‘alpha_i’ set but not used [-Wunused-but-set-variable]
  695.    FLOAT alpha_i;
  696.          ^
  697. spr2_thread.c: In function ‘syr_kernel’:
  698. spr2_thread.c:46:12: warning: variable ‘lda’ set but not used [-Wunused-but-set-variable]
  699.    BLASLONG lda, incx, incy;
  700.             ^
  701. spr2_thread.c: In function ‘syr_kernel’:
  702. spr2_thread.c:46:12: warning: variable ‘lda’ set but not used [-Wunused-but-set-variable]
  703.    BLASLONG lda, incx, incy;
  704.             ^
  705. spr2_thread.c: In function ‘syr_kernel’:
  706. spr2_thread.c:46:12: warning: variable ‘lda’ set but not used [-Wunused-but-set-variable]
  707.    BLASLONG lda, incx, incy;
  708.             ^
  709. spr2_thread.c: In function ‘syr_kernel’:
  710. spr2_thread.c:46:12: warning: variable ‘lda’ set but not used [-Wunused-but-set-variable]
  711.    BLASLONG lda, incx, incy;
  712.             ^
  713. spr2_thread.c: In function ‘syr_kernel’:
  714. spr2_thread.c:46:12: warning: variable ‘lda’ set but not used [-Wunused-but-set-variable]
  715.    BLASLONG lda, incx, incy;
  716.             ^
  717. spr2_thread.c: In function ‘syr_kernel’:
  718. spr2_thread.c:46:12: warning: variable ‘lda’ set but not used [-Wunused-but-set-variable]
  719.    BLASLONG lda, incx, incy;
  720.             ^
  721. spmv_thread.c: In function ‘spmv_kernel’:
  722. spmv_thread.c:58:18: warning: variable ‘incy’ set but not used [-Wunused-but-set-variable]
  723.    BLASLONG incx, incy;
  724.                   ^
  725. spmv_thread.c: In function ‘spmv_kernel’:
  726. spmv_thread.c:58:18: warning: variable ‘incy’ set but not used [-Wunused-but-set-variable]
  727.    BLASLONG incx, incy;
  728.                   ^
  729. spmv_thread.c: In function ‘spmv_kernel’:
  730. spmv_thread.c:58:18: warning: variable ‘incy’ set but not used [-Wunused-but-set-variable]
  731.    BLASLONG incx, incy;
  732.                   ^
  733. spmv_thread.c: In function ‘spmv_kernel’:
  734. spmv_thread.c:58:18: warning: variable ‘incy’ set but not used [-Wunused-but-set-variable]
  735.    BLASLONG incx, incy;
  736.                   ^
  737. spmv_thread.c: In function ‘spmv_kernel’:
  738. spmv_thread.c:58:18: warning: variable ‘incy’ set but not used [-Wunused-but-set-variable]
  739.    BLASLONG incx, incy;
  740.                   ^
  741. spmv_thread.c: In function ‘spmv_kernel’:
  742. spmv_thread.c:58:18: warning: variable ‘incy’ set but not used [-Wunused-but-set-variable]
  743.    BLASLONG incx, incy;
  744.                   ^
  745. ztbmv_U.c: In function ‘ztbmv_NUU’:
  746. ztbmv_U.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  747.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  748.           ^
  749. ztbmv_U.c: In function ‘ztbmv_NUN’:
  750. ztbmv_U.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  751.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  752.           ^
  753. ztbmv_L.c: In function ‘ztbmv_NLU’:
  754. ztbmv_L.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  755.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  756.           ^
  757. ztbmv_L.c: In function ‘ztbmv_NLN’:
  758. ztbmv_L.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  759.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  760.           ^
  761. ztbmv_L.c: In function ‘ztbmv_TUU’:
  762. ztbmv_L.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  763.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  764.           ^
  765. ztbmv_L.c: In function ‘ztbmv_TUN’:
  766. ztbmv_L.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  767.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  768.           ^
  769. ztbmv_U.c: In function ‘ztbmv_TLU’:
  770. ztbmv_U.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  771.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  772.           ^
  773. ztbmv_U.c: In function ‘ztbmv_TLN’:
  774. ztbmv_U.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  775.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  776.           ^
  777. ztbmv_U.c: In function ‘ztbmv_RUU’:
  778. ztbmv_U.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  779.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  780.           ^
  781. ztbmv_L.c: In function ‘ztbmv_RLN’:
  782. ztbmv_L.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  783.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  784.           ^
  785. ztbmv_U.c: In function ‘ztbmv_RUN’:
  786. ztbmv_U.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  787.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  788.           ^
  789. ztbmv_L.c: In function ‘ztbmv_CUU’:
  790. ztbmv_L.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  791.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  792.           ^
  793. ztbmv_L.c: In function ‘ztbmv_RLU’:
  794. ztbmv_L.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  795.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  796.           ^
  797. ztbmv_L.c: In function ‘ztbmv_CUN’:
  798. ztbmv_L.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  799.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  800.           ^
  801. ztbsv_U.c: In function ‘ztbsv_NUU’:
  802. ztbsv_U.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  803.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  804.           ^
  805. ztbmv_U.c: In function ‘ztbmv_CLU’:
  806. ztbmv_U.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  807.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  808.           ^
  809. ztbmv_U.c: In function ‘ztbmv_CLN’:
  810. ztbmv_U.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  811.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  812.           ^
  813. ztbsv_L.c: In function ‘ztbsv_NLN’:
  814. ztbsv_L.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  815.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  816.           ^
  817. ztbsv_L.c: In function ‘ztbsv_NLU’:
  818. ztbsv_L.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  819.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  820.           ^
  821. ztbsv_U.c: In function ‘ztbsv_NUN’:
  822. ztbsv_U.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  823.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  824.           ^
  825. ztbsv_L.c: In function ‘ztbsv_TUU’:
  826. ztbsv_L.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  827.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  828.           ^
  829. ztbsv_L.c: In function ‘ztbsv_TUN’:
  830. ztbsv_L.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  831.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  832.           ^
  833. ztbsv_U.c: In function ‘ztbsv_TLN’:
  834. ztbsv_U.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  835.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  836.           ^
  837. ztbsv_U.c: In function ‘ztbsv_TLU’:
  838. ztbsv_U.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  839.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  840.           ^
  841. ztbsv_U.c: In function ‘ztbsv_RUU’:
  842. ztbsv_U.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  843.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  844.           ^
  845. ztbsv_U.c: In function ‘ztbsv_RUN’:
  846. ztbsv_U.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  847.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  848.           ^
  849. ztbsv_L.c: In function ‘ztbsv_CUU’:
  850. ztbsv_L.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  851.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  852.           ^
  853. ztbsv_L.c: In function ‘ztbsv_RLU’:
  854. ztbsv_L.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  855.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  856.           ^
  857. ztbsv_L.c: In function ‘ztbsv_CUN’:
  858. ztbsv_L.c: In function ‘ztbsv_RLN’:
  859. ztbsv_L.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  860.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  861.           ^
  862. ztbsv_L.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  863.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  864.           ^
  865. ztbsv_U.c: In function ‘ztbsv_CLU’:
  866. ztbsv_U.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  867.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  868.           ^
  869. ztbsv_U.c: In function ‘ztbsv_CLN’:
  870. ztbsv_U.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  871.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  872.           ^
  873. ztpmv_U.c: In function ‘ztpmv_NUN’:
  874. ztpmv_U.c:52:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  875.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  876.           ^
  877. ztpmv_U.c: In function ‘ztpmv_NUU’:
  878. ztpmv_U.c:52:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  879.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  880.           ^
  881. ztpmv_L.c: In function ‘ztpmv_NLU’:
  882. ztpmv_L.c:52:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  883.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  884.           ^
  885. ztpmv_L.c: In function ‘ztpmv_NLN’:
  886. ztpmv_L.c:52:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  887.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  888.           ^
  889. ztpmv_L.c: In function ‘ztpmv_TUN’:
  890. ztpmv_L.c:52:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  891.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  892.           ^
  893. ztpmv_L.c: In function ‘ztpmv_TUU’:
  894. ztpmv_L.c:52:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  895.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  896.           ^
  897. ztpmv_U.c: In function ‘ztpmv_TLU’:
  898. ztpmv_U.c:52:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  899.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  900.           ^
  901. ztpmv_U.c: In function ‘ztpmv_RUU’:
  902. ztpmv_U.c:52:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  903.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  904.           ^
  905. ztpmv_U.c: In function ‘ztpmv_TLN’:
  906. ztpmv_U.c:52:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  907.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  908.           ^
  909. ztpmv_U.c: In function ‘ztpmv_RUN’:
  910. ztpmv_U.c:52:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  911.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  912.           ^
  913. ztpmv_L.c: In function ‘ztpmv_RLN’:
  914. ztpmv_L.c:52:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  915.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  916.           ^
  917. ztpmv_L.c: In function ‘ztpmv_RLU’:
  918. ztpmv_L.c:52:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  919.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  920.           ^
  921. ztpmv_L.c: In function ‘ztpmv_CUU’:
  922. ztpmv_L.c:52:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  923.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  924.           ^
  925. ztpmv_L.c: In function ‘ztpmv_CUN’:
  926. ztpmv_L.c:52:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  927.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  928.           ^
  929. ztpmv_U.c: In function ‘ztpmv_CLU’:
  930. ztpmv_U.c:52:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  931.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  932.           ^
  933. ztpsv_U.c: In function ‘ztpsv_NUN’:
  934. ztpsv_U.c:52:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  935.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  936.           ^
  937. ztpsv_U.c: In function ‘ztpsv_NUU’:
  938. ztpsv_U.c:52:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  939.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  940.           ^
  941. ztpmv_U.c: In function ‘ztpmv_CLN’:
  942. ztpmv_U.c:52:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  943.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  944.           ^
  945. ztpsv_L.c: In function ‘ztpsv_NLU’:
  946. ztpsv_L.c:54:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  947.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  948.           ^
  949. ztpsv_L.c: In function ‘ztpsv_NLN’:
  950. ztpsv_L.c:54:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  951.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  952.           ^
  953. ztpsv_L.c: In function ‘ztpsv_TUU’:
  954. ztpsv_L.c:54:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  955.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  956.           ^
  957. ztpsv_L.c: In function ‘ztpsv_TUN’:
  958. ztpsv_L.c:54:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  959.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  960.           ^
  961. ztpsv_U.c: In function ‘ztpsv_RUU’:
  962. ztpsv_U.c: In function ‘ztpsv_TLU’:
  963. ztpsv_U.c:52:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  964.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  965.           ^
  966. ztpsv_U.c:52:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  967.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  968.           ^
  969. ztpsv_U.c: In function ‘ztpsv_TLN’:
  970. ztpsv_U.c:52:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  971.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  972.           ^
  973. ztpsv_U.c: In function ‘ztpsv_RUN’:
  974. ztpsv_U.c:52:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  975.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  976.           ^
  977. ztpsv_L.c: In function ‘ztpsv_RLU’:
  978. ztpsv_L.c:54:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  979.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  980.           ^
  981. ztpsv_L.c: In function ‘ztpsv_RLN’:
  982. ztpsv_L.c:54:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  983.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  984.           ^
  985. ztpsv_L.c: In function ‘ztpsv_CUU’:
  986. ztpsv_L.c:54:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  987.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  988.           ^
  989. ztpsv_L.c: In function ‘ztpsv_CUN’:
  990. ztpsv_L.c:54:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  991.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  992.           ^
  993. ztpsv_U.c: In function ‘ztpsv_CLN’:
  994. ztpsv_U.c:52:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  995.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  996.           ^
  997. ztpsv_U.c: In function ‘ztpsv_CLU’:
  998. ztpsv_U.c:52:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  999.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  1000.           ^
  1001. symv_thread.c: In function ‘symv_kernel’:
  1002. symv_thread.c:58:23: warning: variable ‘incy’ set but not used [-Wunused-but-set-variable]
  1003.    BLASLONG lda, incx, incy;
  1004.                        ^
  1005. symv_thread.c: In function ‘symv_kernel’:
  1006. symv_thread.c:58:23: warning: variable ‘incy’ set but not used [-Wunused-but-set-variable]
  1007.    BLASLONG lda, incx, incy;
  1008.                        ^
  1009. symv_thread.c: In function ‘symv_kernel’:
  1010. symv_thread.c:58:23: warning: variable ‘incy’ set but not used [-Wunused-but-set-variable]
  1011.    BLASLONG lda, incx, incy;
  1012.                        ^
  1013. symv_thread.c: In function ‘symv_kernel’:
  1014. symv_thread.c:58:23: warning: variable ‘incy’ set but not used [-Wunused-but-set-variable]
  1015.    BLASLONG lda, incx, incy;
  1016.                        ^
  1017. symv_thread.c: In function ‘symv_kernel’:
  1018. symv_thread.c:58:23: warning: variable ‘incy’ set but not used [-Wunused-but-set-variable]
  1019.    BLASLONG lda, incx, incy;
  1020.                        ^
  1021. symv_thread.c: In function ‘symv_kernel’:
  1022. symv_thread.c:58:23: warning: variable ‘incy’ set but not used [-Wunused-but-set-variable]
  1023.    BLASLONG lda, incx, incy;
  1024.                        ^
  1025. spr_thread.c: In function ‘syr_kernel’:
  1026. spr_thread.c:50:9: warning: variable ‘alpha_i’ set but not used [-Wunused-but-set-variable]
  1027.    FLOAT alpha_i;
  1028.          ^
  1029. spr_thread.c: In function ‘syr_kernel’:
  1030. spr_thread.c:50:9: warning: variable ‘alpha_i’ set but not used [-Wunused-but-set-variable]
  1031.    FLOAT alpha_i;
  1032.          ^
  1033. spr_thread.c: In function ‘syr_kernel’:
  1034. spr_thread.c:50:9: warning: variable ‘alpha_i’ set but not used [-Wunused-but-set-variable]
  1035.    FLOAT alpha_i;
  1036.          ^
  1037. spr_thread.c: In function ‘syr_kernel’:
  1038. spr_thread.c:50:9: warning: variable ‘alpha_i’ set but not used [-Wunused-but-set-variable]
  1039.    FLOAT alpha_i;
  1040.          ^
  1041. spr2_thread.c: In function ‘syr_kernel’:
  1042. spr2_thread.c:46:12: warning: variable ‘lda’ set but not used [-Wunused-but-set-variable]
  1043.    BLASLONG lda, incx, incy;
  1044.             ^
  1045. spr2_thread.c: In function ‘syr_kernel’:
  1046. spr2_thread.c:46:12: warning: variable ‘lda’ set but not used [-Wunused-but-set-variable]
  1047.    BLASLONG lda, incx, incy;
  1048.             ^
  1049. spr2_thread.c: In function ‘syr_kernel’:
  1050. spr2_thread.c:46:12: warning: variable ‘lda’ set but not used [-Wunused-but-set-variable]
  1051.    BLASLONG lda, incx, incy;
  1052.             ^
  1053. spr2_thread.c: In function ‘syr_kernel’:
  1054. spr2_thread.c:46:12: warning: variable ‘lda’ set but not used [-Wunused-but-set-variable]
  1055.    BLASLONG lda, incx, incy;
  1056.             ^
  1057. spr2_thread.c: In function ‘syr_kernel’:
  1058. spr2_thread.c:46:12: warning: variable ‘lda’ set but not used [-Wunused-but-set-variable]
  1059.    BLASLONG lda, incx, incy;
  1060.             ^
  1061. spr2_thread.c: In function ‘syr_kernel’:
  1062. spr2_thread.c:46:12: warning: variable ‘lda’ set but not used [-Wunused-but-set-variable]
  1063.    BLASLONG lda, incx, incy;
  1064.             ^
  1065. spmv_thread.c: In function ‘spmv_kernel’:
  1066. spmv_thread.c:58:18: warning: variable ‘incy’ set but not used [-Wunused-but-set-variable]
  1067.    BLASLONG incx, incy;
  1068.                   ^
  1069. spmv_thread.c: In function ‘spmv_kernel’:
  1070. spmv_thread.c:58:18: warning: variable ‘incy’ set but not used [-Wunused-but-set-variable]
  1071.    BLASLONG incx, incy;
  1072.                   ^
  1073. spmv_thread.c: In function ‘spmv_kernel’:
  1074. spmv_thread.c:58:18: warning: variable ‘incy’ set but not used [-Wunused-but-set-variable]
  1075.    BLASLONG incx, incy;
  1076.                   ^
  1077. spmv_thread.c: In function ‘spmv_kernel’:
  1078. spmv_thread.c:58:18: warning: variable ‘incy’ set but not used [-Wunused-but-set-variable]
  1079.    BLASLONG incx, incy;
  1080.                   ^
  1081. spmv_thread.c: In function ‘spmv_kernel’:
  1082. spmv_thread.c:58:18: warning: variable ‘incy’ set but not used [-Wunused-but-set-variable]
  1083.    BLASLONG incx, incy;
  1084.                   ^
  1085. spmv_thread.c: In function ‘spmv_kernel’:
  1086. spmv_thread.c:58:18: warning: variable ‘incy’ set but not used [-Wunused-but-set-variable]
  1087.    BLASLONG incx, incy;
  1088.                   ^
  1089. In file included from gemm.c:63:0:
  1090. level3_thread.c: In function ‘inner_thread’:
  1091. level3_thread.c:233:22: warning: variable ‘l2size’ set but not used [-Wunused-but-set-variable]
  1092.    BLASLONG l1stride, l2size;
  1093.                       ^
  1094. level3_thread.c: In function ‘sgemm_thread_tn’:
  1095. level3_thread.c:685:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  1096.    BLASLONG n = args -> n;
  1097.             ^
  1098. In file included from gemm.c:63:0:
  1099. level3_thread.c: In function ‘inner_thread’:
  1100. level3_thread.c:233:22: warning: variable ‘l2size’ set but not used [-Wunused-but-set-variable]
  1101.    BLASLONG l1stride, l2size;
  1102.                       ^
  1103. level3_thread.c:684:12: warning: variable ‘m’ set but not used [-Wunused-but-set-variable]
  1104.    BLASLONG m = args -> m;
  1105.             ^
  1106. level3_thread.c: In function ‘sgemm_thread_nn’:
  1107. level3_thread.c:685:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  1108.    BLASLONG n = args -> n;
  1109.             ^
  1110. level3_thread.c:684:12: warning: variable ‘m’ set but not used [-Wunused-but-set-variable]
  1111.    BLASLONG m = args -> m;
  1112.             ^
  1113. In file included from gemm.c:63:0:
  1114. level3_thread.c: In function ‘inner_thread’:
  1115. level3_thread.c:233:22: warning: variable ‘l2size’ set but not used [-Wunused-but-set-variable]
  1116.    BLASLONG l1stride, l2size;
  1117.                       ^
  1118. level3_thread.c: In function ‘sgemm_thread_nt’:
  1119. level3_thread.c:685:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  1120.    BLASLONG n = args -> n;
  1121.             ^
  1122. level3_thread.c:684:12: warning: variable ‘m’ set but not used [-Wunused-but-set-variable]
  1123.    BLASLONG m = args -> m;
  1124.             ^
  1125. In file included from gemm.c:63:0:
  1126. level3_thread.c: In function ‘inner_thread’:
  1127. level3_thread.c:233:22: warning: variable ‘l2size’ set but not used [-Wunused-but-set-variable]
  1128.    BLASLONG l1stride, l2size;
  1129.                       ^
  1130. level3_thread.c: In function ‘sgemm_thread_tt’:
  1131. level3_thread.c:685:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  1132.    BLASLONG n = args -> n;
  1133.             ^
  1134. level3_thread.c:684:12: warning: variable ‘m’ set but not used [-Wunused-but-set-variable]
  1135.    BLASLONG m = args -> m;
  1136.             ^
  1137. In file included from symm_k.c:77:0:
  1138. level3_thread.c: In function ‘inner_thread’:
  1139. level3_thread.c:233:22: warning: variable ‘l2size’ set but not used [-Wunused-but-set-variable]
  1140.    BLASLONG l1stride, l2size;
  1141.                       ^
  1142. level3_thread.c: In function ‘ssymm_thread_LU’:
  1143. level3_thread.c:685:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  1144.    BLASLONG n = args -> n;
  1145.             ^
  1146. level3_thread.c:684:12: warning: variable ‘m’ set but not used [-Wunused-but-set-variable]
  1147.    BLASLONG m = args -> m;
  1148.             ^
  1149. In file included from symm_k.c:77:0:
  1150. level3_thread.c: In function ‘inner_thread’:
  1151. level3_thread.c:233:22: warning: variable ‘l2size’ set but not used [-Wunused-but-set-variable]
  1152.    BLASLONG l1stride, l2size;
  1153.                       ^
  1154. level3_thread.c: In function ‘ssymm_thread_LL’:
  1155. level3_thread.c:685:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  1156.    BLASLONG n = args -> n;
  1157.             ^
  1158. level3_thread.c:684:12: warning: variable ‘m’ set but not used [-Wunused-but-set-variable]
  1159.    BLASLONG m = args -> m;
  1160.             ^
  1161. In file included from symm_k.c:77:0:
  1162. level3_thread.c: In function ‘inner_thread’:
  1163. level3_thread.c:233:22: warning: variable ‘l2size’ set but not used [-Wunused-but-set-variable]
  1164.    BLASLONG l1stride, l2size;
  1165.                       ^
  1166. level3_thread.c: In function ‘ssymm_thread_RU’:
  1167. level3_thread.c:685:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  1168.    BLASLONG n = args -> n;
  1169.             ^
  1170. level3_thread.c:684:12: warning: variable ‘m’ set but not used [-Wunused-but-set-variable]
  1171.    BLASLONG m = args -> m;
  1172.             ^
  1173. In file included from symm_k.c:77:0:
  1174. level3_thread.c: In function ‘inner_thread’:
  1175. level3_thread.c:233:22: warning: variable ‘l2size’ set but not used [-Wunused-but-set-variable]
  1176.    BLASLONG l1stride, l2size;
  1177.                       ^
  1178. level3_thread.c: In function ‘ssymm_thread_RL’:
  1179. level3_thread.c:685:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  1180.    BLASLONG n = args -> n;
  1181.             ^
  1182. level3_thread.c:684:12: warning: variable ‘m’ set but not used [-Wunused-but-set-variable]
  1183.    BLASLONG m = args -> m;
  1184.             ^
  1185. In file included from gemm.c:63:0:
  1186. level3_thread.c: In function ‘inner_thread’:
  1187. level3_thread.c:233:22: warning: variable ‘l2size’ set but not used [-Wunused-but-set-variable]
  1188.    BLASLONG l1stride, l2size;
  1189.                       ^
  1190. level3_thread.c: In function ‘dgemm_thread_nn’:
  1191. level3_thread.c:685:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  1192.    BLASLONG n = args -> n;
  1193.             ^
  1194. level3_thread.c:684:12: warning: variable ‘m’ set but not used [-Wunused-but-set-variable]
  1195.    BLASLONG m = args -> m;
  1196.             ^
  1197. In file included from gemm.c:63:0:
  1198. level3_thread.c: In function ‘inner_thread’:
  1199. level3_thread.c:233:22: warning: variable ‘l2size’ set but not used [-Wunused-but-set-variable]
  1200.    BLASLONG l1stride, l2size;
  1201.                       ^
  1202. level3_thread.c: In function ‘dgemm_thread_nt’:
  1203. level3_thread.c:685:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  1204.    BLASLONG n = args -> n;
  1205.             ^
  1206. level3_thread.c:684:12: warning: variable ‘m’ set but not used [-Wunused-but-set-variable]
  1207.    BLASLONG m = args -> m;
  1208.             ^
  1209. In file included from gemm.c:63:0:
  1210. level3_thread.c: In function ‘inner_thread’:
  1211. level3_thread.c:233:22: warning: variable ‘l2size’ set but not used [-Wunused-but-set-variable]
  1212.    BLASLONG l1stride, l2size;
  1213.                       ^
  1214. level3_thread.c: In function ‘dgemm_thread_tn’:
  1215. level3_thread.c:685:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  1216.    BLASLONG n = args -> n;
  1217.             ^
  1218. level3_thread.c:684:12: warning: variable ‘m’ set but not used [-Wunused-but-set-variable]
  1219.    BLASLONG m = args -> m;
  1220.             ^
  1221. In file included from gemm.c:63:0:
  1222. level3_thread.c: In function ‘inner_thread’:
  1223. level3_thread.c:233:22: warning: variable ‘l2size’ set but not used [-Wunused-but-set-variable]
  1224.    BLASLONG l1stride, l2size;
  1225.                       ^
  1226. level3_thread.c: In function ‘dgemm_thread_tt’:
  1227. level3_thread.c:685:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  1228.    BLASLONG n = args -> n;
  1229.             ^
  1230. level3_thread.c:684:12: warning: variable ‘m’ set but not used [-Wunused-but-set-variable]
  1231.    BLASLONG m = args -> m;
  1232.             ^
  1233. In file included from symm_k.c:77:0:
  1234. level3_thread.c: In function ‘inner_thread’:
  1235. level3_thread.c:233:22: warning: variable ‘l2size’ set but not used [-Wunused-but-set-variable]
  1236.    BLASLONG l1stride, l2size;
  1237.                       ^
  1238. level3_thread.c: In function ‘dsymm_thread_LU’:
  1239. level3_thread.c:685:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  1240.    BLASLONG n = args -> n;
  1241.             ^
  1242. level3_thread.c:684:12: warning: variable ‘m’ set but not used [-Wunused-but-set-variable]
  1243.    BLASLONG m = args -> m;
  1244.             ^
  1245. In file included from symm_k.c:77:0:
  1246. level3_thread.c: In function ‘inner_thread’:
  1247. level3_thread.c:233:22: warning: variable ‘l2size’ set but not used [-Wunused-but-set-variable]
  1248.    BLASLONG l1stride, l2size;
  1249.                       ^
  1250. level3_thread.c: In function ‘dsymm_thread_LL’:
  1251. level3_thread.c:685:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  1252.    BLASLONG n = args -> n;
  1253.             ^
  1254. level3_thread.c:684:12: warning: variable ‘m’ set but not used [-Wunused-but-set-variable]
  1255.    BLASLONG m = args -> m;
  1256.             ^
  1257. In file included from symm_k.c:77:0:
  1258. level3_thread.c: In function ‘inner_thread’:
  1259. level3_thread.c:233:22: warning: variable ‘l2size’ set but not used [-Wunused-but-set-variable]
  1260.    BLASLONG l1stride, l2size;
  1261.                       ^
  1262. level3_thread.c: In function ‘dsymm_thread_RU’:
  1263. level3_thread.c:685:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  1264.    BLASLONG n = args -> n;
  1265.             ^
  1266. level3_thread.c:684:12: warning: variable ‘m’ set but not used [-Wunused-but-set-variable]
  1267.    BLASLONG m = args -> m;
  1268.             ^
  1269. In file included from symm_k.c:77:0:
  1270. level3_thread.c: In function ‘inner_thread’:
  1271. level3_thread.c:233:22: warning: variable ‘l2size’ set but not used [-Wunused-but-set-variable]
  1272.    BLASLONG l1stride, l2size;
  1273.                       ^
  1274. level3_thread.c: In function ‘dsymm_thread_RL’:
  1275. level3_thread.c:685:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  1276.    BLASLONG n = args -> n;
  1277.             ^
  1278. level3_thread.c:684:12: warning: variable ‘m’ set but not used [-Wunused-but-set-variable]
  1279.    BLASLONG m = args -> m;
  1280.             ^
  1281. In file included from gemm.c:63:0:
  1282. level3_thread.c: In function ‘inner_thread’:
  1283. level3_thread.c:233:22: warning: variable ‘l2size’ set but not used [-Wunused-but-set-variable]
  1284.    BLASLONG l1stride, l2size;
  1285.                       ^
  1286. level3_thread.c: In function ‘cgemm_thread_nn’:
  1287. level3_thread.c:685:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  1288.    BLASLONG n = args -> n;
  1289.             ^
  1290. level3_thread.c:684:12: warning: variable ‘m’ set but not used [-Wunused-but-set-variable]
  1291.    BLASLONG m = args -> m;
  1292.             ^
  1293. In file included from gemm.c:63:0:
  1294. level3_thread.c: In function ‘inner_thread’:
  1295. level3_thread.c:233:22: warning: variable ‘l2size’ set but not used [-Wunused-but-set-variable]
  1296.    BLASLONG l1stride, l2size;
  1297.                       ^
  1298. level3_thread.c: In function ‘cgemm_thread_nt’:
  1299. level3_thread.c:685:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  1300.    BLASLONG n = args -> n;
  1301.             ^
  1302. level3_thread.c:684:12: warning: variable ‘m’ set but not used [-Wunused-but-set-variable]
  1303.    BLASLONG m = args -> m;
  1304.             ^
  1305. In file included from gemm.c:63:0:
  1306. level3_thread.c: In function ‘inner_thread’:
  1307. level3_thread.c:233:22: warning: variable ‘l2size’ set but not used [-Wunused-but-set-variable]
  1308.    BLASLONG l1stride, l2size;
  1309.                       ^
  1310. level3_thread.c: In function ‘cgemm_thread_nr’:
  1311. level3_thread.c:685:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  1312.    BLASLONG n = args -> n;
  1313.             ^
  1314. level3_thread.c:684:12: warning: variable ‘m’ set but not used [-Wunused-but-set-variable]
  1315.    BLASLONG m = args -> m;
  1316.             ^
  1317. In file included from gemm.c:63:0:
  1318. level3_thread.c: In function ‘inner_thread’:
  1319. level3_thread.c:233:22: warning: variable ‘l2size’ set but not used [-Wunused-but-set-variable]
  1320.    BLASLONG l1stride, l2size;
  1321.                       ^
  1322. level3_thread.c: In function ‘cgemm_thread_nc’:
  1323. level3_thread.c:685:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  1324.    BLASLONG n = args -> n;
  1325.             ^
  1326. level3_thread.c:684:12: warning: variable ‘m’ set but not used [-Wunused-but-set-variable]
  1327.    BLASLONG m = args -> m;
  1328.             ^
  1329. In file included from gemm.c:63:0:
  1330. level3_thread.c: In function ‘inner_thread’:
  1331. level3_thread.c:233:22: warning: variable ‘l2size’ set but not used [-Wunused-but-set-variable]
  1332.    BLASLONG l1stride, l2size;
  1333.                       ^
  1334. level3_thread.c: In function ‘cgemm_thread_tn’:
  1335. level3_thread.c:685:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  1336.    BLASLONG n = args -> n;
  1337.             ^
  1338. level3_thread.c:684:12: warning: variable ‘m’ set but not used [-Wunused-but-set-variable]
  1339.    BLASLONG m = args -> m;
  1340.             ^
  1341. In file included from gemm.c:63:0:
  1342. level3_thread.c: In function ‘inner_thread’:
  1343. level3_thread.c:233:22: warning: variable ‘l2size’ set but not used [-Wunused-but-set-variable]
  1344.    BLASLONG l1stride, l2size;
  1345.                       ^
  1346. level3_thread.c: In function ‘cgemm_thread_tt’:
  1347. level3_thread.c:685:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  1348.    BLASLONG n = args -> n;
  1349.             ^
  1350. level3_thread.c:684:12: warning: variable ‘m’ set but not used [-Wunused-but-set-variable]
  1351.    BLASLONG m = args -> m;
  1352.             ^
  1353. In file included from gemm.c:63:0:
  1354. level3_thread.c: In function ‘inner_thread’:
  1355. level3_thread.c:233:22: warning: variable ‘l2size’ set but not used [-Wunused-but-set-variable]
  1356.    BLASLONG l1stride, l2size;
  1357.                       ^
  1358. level3_thread.c: In function ‘cgemm_thread_tr’:
  1359. level3_thread.c:685:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  1360.    BLASLONG n = args -> n;
  1361.             ^
  1362. level3_thread.c:684:12: warning: variable ‘m’ set but not used [-Wunused-but-set-variable]
  1363.    BLASLONG m = args -> m;
  1364.             ^
  1365. In file included from gemm.c:63:0:
  1366. level3_thread.c: In function ‘inner_thread’:
  1367. level3_thread.c:233:22: warning: variable ‘l2size’ set but not used [-Wunused-but-set-variable]
  1368.    BLASLONG l1stride, l2size;
  1369.                       ^
  1370. level3_thread.c: In function ‘cgemm_thread_tc’:
  1371. level3_thread.c:685:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  1372.    BLASLONG n = args -> n;
  1373.             ^
  1374. level3_thread.c:684:12: warning: variable ‘m’ set but not used [-Wunused-but-set-variable]
  1375.    BLASLONG m = args -> m;
  1376.             ^
  1377. In file included from gemm.c:63:0:
  1378. level3_thread.c: In function ‘inner_thread’:
  1379. level3_thread.c:233:22: warning: variable ‘l2size’ set but not used [-Wunused-but-set-variable]
  1380.    BLASLONG l1stride, l2size;
  1381.                       ^
  1382. level3_thread.c: In function ‘cgemm_thread_rn’:
  1383. level3_thread.c:685:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  1384.    BLASLONG n = args -> n;
  1385.             ^
  1386. level3_thread.c:684:12: warning: variable ‘m’ set but not used [-Wunused-but-set-variable]
  1387.    BLASLONG m = args -> m;
  1388.             ^
  1389. In file included from gemm.c:63:0:
  1390. level3_thread.c: In function ‘inner_thread’:
  1391. level3_thread.c:233:22: warning: variable ‘l2size’ set but not used [-Wunused-but-set-variable]
  1392.    BLASLONG l1stride, l2size;
  1393.                       ^
  1394. level3_thread.c: In function ‘cgemm_thread_rt’:
  1395. level3_thread.c:685:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  1396.    BLASLONG n = args -> n;
  1397.             ^
  1398. level3_thread.c:684:12: warning: variable ‘m’ set but not used [-Wunused-but-set-variable]
  1399.    BLASLONG m = args -> m;
  1400.             ^
  1401. In file included from gemm.c:63:0:
  1402. level3_thread.c: In function ‘inner_thread’:
  1403. level3_thread.c:233:22: warning: variable ‘l2size’ set but not used [-Wunused-but-set-variable]
  1404.    BLASLONG l1stride, l2size;
  1405.                       ^
  1406. level3_thread.c: In function ‘cgemm_thread_rr’:
  1407. level3_thread.c:685:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  1408.    BLASLONG n = args -> n;
  1409.             ^
  1410. level3_thread.c:684:12: warning: variable ‘m’ set but not used [-Wunused-but-set-variable]
  1411.    BLASLONG m = args -> m;
  1412.             ^
  1413. In file included from gemm.c:63:0:
  1414. level3_thread.c: In function ‘inner_thread’:
  1415. level3_thread.c:233:22: warning: variable ‘l2size’ set but not used [-Wunused-but-set-variable]
  1416.    BLASLONG l1stride, l2size;
  1417.                       ^
  1418. level3_thread.c: In function ‘cgemm_thread_rc’:
  1419. level3_thread.c:685:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  1420.    BLASLONG n = args -> n;
  1421.             ^
  1422. level3_thread.c:684:12: warning: variable ‘m’ set but not used [-Wunused-but-set-variable]
  1423.    BLASLONG m = args -> m;
  1424.             ^
  1425. In file included from gemm.c:63:0:
  1426. level3_thread.c: In function ‘inner_thread’:
  1427. level3_thread.c:233:22: warning: variable ‘l2size’ set but not used [-Wunused-but-set-variable]
  1428.    BLASLONG l1stride, l2size;
  1429.                       ^
  1430. level3_thread.c: In function ‘cgemm_thread_cn’:
  1431. level3_thread.c:685:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  1432.    BLASLONG n = args -> n;
  1433.             ^
  1434. level3_thread.c:684:12: warning: variable ‘m’ set but not used [-Wunused-but-set-variable]
  1435.    BLASLONG m = args -> m;
  1436.             ^
  1437. In file included from gemm.c:63:0:
  1438. level3_thread.c: In function ‘inner_thread’:
  1439. level3_thread.c:233:22: warning: variable ‘l2size’ set but not used [-Wunused-but-set-variable]
  1440.    BLASLONG l1stride, l2size;
  1441.                       ^
  1442. level3_thread.c: In function ‘cgemm_thread_ct’:
  1443. level3_thread.c:685:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  1444.    BLASLONG n = args -> n;
  1445.             ^
  1446. level3_thread.c:684:12: warning: variable ‘m’ set but not used [-Wunused-but-set-variable]
  1447.    BLASLONG m = args -> m;
  1448.             ^
  1449. In file included from gemm.c:63:0:
  1450. level3_thread.c: In function ‘inner_thread’:
  1451. level3_thread.c:233:22: warning: variable ‘l2size’ set but not used [-Wunused-but-set-variable]
  1452.    BLASLONG l1stride, l2size;
  1453.                       ^
  1454. level3_thread.c: In function ‘cgemm_thread_cr’:
  1455. level3_thread.c:685:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  1456.    BLASLONG n = args -> n;
  1457.             ^
  1458. level3_thread.c:684:12: warning: variable ‘m’ set but not used [-Wunused-but-set-variable]
  1459.    BLASLONG m = args -> m;
  1460.             ^
  1461. In file included from gemm.c:63:0:
  1462. level3_thread.c: In function ‘inner_thread’:
  1463. level3_thread.c:233:22: warning: variable ‘l2size’ set but not used [-Wunused-but-set-variable]
  1464.    BLASLONG l1stride, l2size;
  1465.                       ^
  1466. level3_thread.c: In function ‘cgemm_thread_cc’:
  1467. level3_thread.c:685:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  1468.    BLASLONG n = args -> n;
  1469.             ^
  1470. level3_thread.c:684:12: warning: variable ‘m’ set but not used [-Wunused-but-set-variable]
  1471.    BLASLONG m = args -> m;
  1472.             ^
  1473. In file included from symm_k.c:77:0:
  1474. level3_thread.c: In function ‘inner_thread’:
  1475. level3_thread.c:233:22: warning: variable ‘l2size’ set but not used [-Wunused-but-set-variable]
  1476.    BLASLONG l1stride, l2size;
  1477.                       ^
  1478. level3_thread.c: In function ‘csymm_thread_LU’:
  1479. level3_thread.c:685:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  1480.    BLASLONG n = args -> n;
  1481.             ^
  1482. level3_thread.c:684:12: warning: variable ‘m’ set but not used [-Wunused-but-set-variable]
  1483.    BLASLONG m = args -> m;
  1484.             ^
  1485. In file included from symm_k.c:77:0:
  1486. level3_thread.c: In function ‘inner_thread’:
  1487. level3_thread.c:233:22: warning: variable ‘l2size’ set but not used [-Wunused-but-set-variable]
  1488.    BLASLONG l1stride, l2size;
  1489.                       ^
  1490. level3_thread.c: In function ‘csymm_thread_LL’:
  1491. level3_thread.c:685:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  1492.    BLASLONG n = args -> n;
  1493.             ^
  1494. level3_thread.c:684:12: warning: variable ‘m’ set but not used [-Wunused-but-set-variable]
  1495.    BLASLONG m = args -> m;
  1496.             ^
  1497. In file included from symm_k.c:77:0:
  1498. level3_thread.c: In function ‘inner_thread’:
  1499. level3_thread.c:233:22: warning: variable ‘l2size’ set but not used [-Wunused-but-set-variable]
  1500.    BLASLONG l1stride, l2size;
  1501.                       ^
  1502. level3_thread.c: In function ‘csymm_thread_RU’:
  1503. level3_thread.c:685:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  1504.    BLASLONG n = args -> n;
  1505.             ^
  1506. level3_thread.c:684:12: warning: variable ‘m’ set but not used [-Wunused-but-set-variable]
  1507.    BLASLONG m = args -> m;
  1508.             ^
  1509. In file included from symm_k.c:77:0:
  1510. level3_thread.c: In function ‘inner_thread’:
  1511. level3_thread.c:233:22: warning: variable ‘l2size’ set but not used [-Wunused-but-set-variable]
  1512.    BLASLONG l1stride, l2size;
  1513.                       ^
  1514. level3_thread.c: In function ‘csymm_thread_RL’:
  1515. level3_thread.c:685:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  1516.    BLASLONG n = args -> n;
  1517.             ^
  1518. level3_thread.c:684:12: warning: variable ‘m’ set but not used [-Wunused-but-set-variable]
  1519.    BLASLONG m = args -> m;
  1520.             ^
  1521. In file included from zhemm_k.c:77:0:
  1522. level3_thread.c: In function ‘inner_thread’:
  1523. level3_thread.c:233:22: warning: variable ‘l2size’ set but not used [-Wunused-but-set-variable]
  1524.    BLASLONG l1stride, l2size;
  1525.                       ^
  1526. level3_thread.c: In function ‘chemm_thread_LU’:
  1527. level3_thread.c:685:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  1528.    BLASLONG n = args -> n;
  1529.             ^
  1530. level3_thread.c:684:12: warning: variable ‘m’ set but not used [-Wunused-but-set-variable]
  1531.    BLASLONG m = args -> m;
  1532.             ^
  1533. In file included from zhemm_k.c:77:0:
  1534. level3_thread.c: In function ‘inner_thread’:
  1535. level3_thread.c:233:22: warning: variable ‘l2size’ set but not used [-Wunused-but-set-variable]
  1536.    BLASLONG l1stride, l2size;
  1537.                       ^
  1538. level3_thread.c: In function ‘chemm_thread_LL’:
  1539. level3_thread.c:685:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  1540.    BLASLONG n = args -> n;
  1541.             ^
  1542. level3_thread.c:684:12: warning: variable ‘m’ set but not used [-Wunused-but-set-variable]
  1543.    BLASLONG m = args -> m;
  1544.             ^
  1545. In file included from zhemm_k.c:77:0:
  1546. level3_thread.c: In function ‘inner_thread’:
  1547. level3_thread.c:233:22: warning: variable ‘l2size’ set but not used [-Wunused-but-set-variable]
  1548.    BLASLONG l1stride, l2size;
  1549.                       ^
  1550. level3_thread.c: In function ‘chemm_thread_RU’:
  1551. level3_thread.c:685:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  1552.    BLASLONG n = args -> n;
  1553.             ^
  1554. level3_thread.c:684:12: warning: variable ‘m’ set but not used [-Wunused-but-set-variable]
  1555.    BLASLONG m = args -> m;
  1556.             ^
  1557. In file included from zhemm_k.c:77:0:
  1558. level3_thread.c: In function ‘inner_thread’:
  1559. level3_thread.c:233:22: warning: variable ‘l2size’ set but not used [-Wunused-but-set-variable]
  1560.    BLASLONG l1stride, l2size;
  1561.                       ^
  1562. level3_thread.c: In function ‘chemm_thread_RL’:
  1563. level3_thread.c:685:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  1564.    BLASLONG n = args -> n;
  1565.             ^
  1566. level3_thread.c:684:12: warning: variable ‘m’ set but not used [-Wunused-but-set-variable]
  1567.    BLASLONG m = args -> m;
  1568.             ^
  1569. In file included from gemm3m.c:55:0:
  1570. level3_gemm3m_thread.c: In function ‘cgemm3m_thread_nn’:
  1571. level3_gemm3m_thread.c:977:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  1572.    BLASLONG n = args -> n;
  1573.             ^
  1574. In file included from gemm3m.c:55:0:
  1575. level3_gemm3m_thread.c: In function ‘cgemm3m_thread_nt’:
  1576. level3_gemm3m_thread.c:977:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  1577.    BLASLONG n = args -> n;
  1578.             ^
  1579. In file included from gemm3m.c:55:0:
  1580. level3_gemm3m_thread.c: In function ‘cgemm3m_thread_nr’:
  1581. level3_gemm3m_thread.c:977:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  1582.    BLASLONG n = args -> n;
  1583.             ^
  1584. In file included from gemm3m.c:55:0:
  1585. level3_gemm3m_thread.c: In function ‘cgemm3m_thread_nc’:
  1586. level3_gemm3m_thread.c:977:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  1587.    BLASLONG n = args -> n;
  1588.             ^
  1589. In file included from gemm3m.c:55:0:
  1590. level3_gemm3m_thread.c: In function ‘cgemm3m_thread_tn’:
  1591. level3_gemm3m_thread.c:977:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  1592.    BLASLONG n = args -> n;
  1593.             ^
  1594. In file included from gemm3m.c:55:0:
  1595. level3_gemm3m_thread.c: In function ‘cgemm3m_thread_tt’:
  1596. level3_gemm3m_thread.c:977:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  1597.    BLASLONG n = args -> n;
  1598.             ^
  1599. In file included from gemm3m.c:55:0:
  1600. level3_gemm3m_thread.c: In function ‘cgemm3m_thread_tr’:
  1601. level3_gemm3m_thread.c:977:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  1602.    BLASLONG n = args -> n;
  1603.             ^
  1604. In file included from gemm3m.c:55:0:
  1605. level3_gemm3m_thread.c: In function ‘cgemm3m_thread_tc’:
  1606. level3_gemm3m_thread.c:977:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  1607.    BLASLONG n = args -> n;
  1608.             ^
  1609. In file included from gemm3m.c:55:0:
  1610. level3_gemm3m_thread.c: In function ‘cgemm3m_thread_rn’:
  1611. level3_gemm3m_thread.c:977:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  1612.    BLASLONG n = args -> n;
  1613.             ^
  1614. In file included from gemm3m.c:55:0:
  1615. level3_gemm3m_thread.c: In function ‘cgemm3m_thread_rt’:
  1616. level3_gemm3m_thread.c:977:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  1617.    BLASLONG n = args -> n;
  1618.             ^
  1619. In file included from gemm3m.c:55:0:
  1620. level3_gemm3m_thread.c: In function ‘cgemm3m_thread_rr’:
  1621. level3_gemm3m_thread.c:977:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  1622.    BLASLONG n = args -> n;
  1623.             ^
  1624. In file included from gemm3m.c:55:0:
  1625. level3_gemm3m_thread.c: In function ‘cgemm3m_thread_rc’:
  1626. level3_gemm3m_thread.c:977:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  1627.    BLASLONG n = args -> n;
  1628.             ^
  1629. In file included from gemm3m.c:55:0:
  1630. level3_gemm3m_thread.c: In function ‘cgemm3m_thread_cn’:
  1631. level3_gemm3m_thread.c:977:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  1632.    BLASLONG n = args -> n;
  1633.             ^
  1634. In file included from gemm3m.c:55:0:
  1635. level3_gemm3m_thread.c: In function ‘cgemm3m_thread_ct’:
  1636. level3_gemm3m_thread.c:977:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  1637.    BLASLONG n = args -> n;
  1638.             ^
  1639. In file included from gemm3m.c:55:0:
  1640. level3_gemm3m_thread.c: In function ‘cgemm3m_thread_cr’:
  1641. level3_gemm3m_thread.c:977:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  1642.    BLASLONG n = args -> n;
  1643.             ^
  1644. In file included from gemm3m.c:55:0:
  1645. level3_gemm3m_thread.c: In function ‘cgemm3m_thread_cc’:
  1646. level3_gemm3m_thread.c:977:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  1647.    BLASLONG n = args -> n;
  1648.             ^
  1649. In file included from symm3m_k.c:96:0:
  1650. level3_gemm3m_thread.c: In function ‘csymm3m_thread_LU’:
  1651. level3_gemm3m_thread.c:977:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  1652.    BLASLONG n = args -> n;
  1653.             ^
  1654. In file included from symm3m_k.c:96:0:
  1655. level3_gemm3m_thread.c: In function ‘csymm3m_thread_LL’:
  1656. level3_gemm3m_thread.c:977:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  1657.    BLASLONG n = args -> n;
  1658.             ^
  1659. In file included from symm3m_k.c:96:0:
  1660. level3_gemm3m_thread.c: In function ‘csymm3m_thread_RU’:
  1661. level3_gemm3m_thread.c:977:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  1662.    BLASLONG n = args -> n;
  1663.             ^
  1664. In file included from symm3m_k.c:96:0:
  1665. level3_gemm3m_thread.c: In function ‘csymm3m_thread_RL’:
  1666. level3_gemm3m_thread.c:977:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  1667.    BLASLONG n = args -> n;
  1668.             ^
  1669. In file included from hemm3m_k.c:96:0:
  1670. level3_gemm3m_thread.c: In function ‘chemm3m_thread_LU’:
  1671. level3_gemm3m_thread.c:977:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  1672.    BLASLONG n = args -> n;
  1673.             ^
  1674. In file included from hemm3m_k.c:96:0:
  1675. level3_gemm3m_thread.c: In function ‘chemm3m_thread_LL’:
  1676. level3_gemm3m_thread.c:977:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  1677.    BLASLONG n = args -> n;
  1678.             ^
  1679. In file included from hemm3m_k.c:96:0:
  1680. level3_gemm3m_thread.c: In function ‘chemm3m_thread_RU’:
  1681. level3_gemm3m_thread.c:977:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  1682.    BLASLONG n = args -> n;
  1683.             ^
  1684. In file included from hemm3m_k.c:96:0:
  1685. level3_gemm3m_thread.c: In function ‘chemm3m_thread_RL’:
  1686. level3_gemm3m_thread.c:977:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  1687.    BLASLONG n = args -> n;
  1688.             ^
  1689. In file included from gemm.c:63:0:
  1690. level3_thread.c: In function ‘inner_thread’:
  1691. level3_thread.c:233:22: warning: variable ‘l2size’ set but not used [-Wunused-but-set-variable]
  1692.    BLASLONG l1stride, l2size;
  1693.                       ^
  1694. level3_thread.c: In function ‘zgemm_thread_nn’:
  1695. level3_thread.c:685:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  1696.    BLASLONG n = args -> n;
  1697.             ^
  1698. level3_thread.c:684:12: warning: variable ‘m’ set but not used [-Wunused-but-set-variable]
  1699.    BLASLONG m = args -> m;
  1700.             ^
  1701. In file included from gemm.c:63:0:
  1702. level3_thread.c: In function ‘inner_thread’:
  1703. level3_thread.c:233:22: warning: variable ‘l2size’ set but not used [-Wunused-but-set-variable]
  1704.    BLASLONG l1stride, l2size;
  1705.                       ^
  1706. level3_thread.c: In function ‘zgemm_thread_nt’:
  1707. level3_thread.c:685:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  1708.    BLASLONG n = args -> n;
  1709.             ^
  1710. level3_thread.c:684:12: warning: variable ‘m’ set but not used [-Wunused-but-set-variable]
  1711.    BLASLONG m = args -> m;
  1712.             ^
  1713. In file included from gemm.c:63:0:
  1714. level3_thread.c: In function ‘inner_thread’:
  1715. level3_thread.c:233:22: warning: variable ‘l2size’ set but not used [-Wunused-but-set-variable]
  1716.    BLASLONG l1stride, l2size;
  1717.                       ^
  1718. level3_thread.c: In function ‘zgemm_thread_nr’:
  1719. level3_thread.c:685:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  1720.    BLASLONG n = args -> n;
  1721.             ^
  1722. level3_thread.c:684:12: warning: variable ‘m’ set but not used [-Wunused-but-set-variable]
  1723.    BLASLONG m = args -> m;
  1724.             ^
  1725. In file included from gemm.c:63:0:
  1726. level3_thread.c: In function ‘inner_thread’:
  1727. level3_thread.c:233:22: warning: variable ‘l2size’ set but not used [-Wunused-but-set-variable]
  1728.    BLASLONG l1stride, l2size;
  1729.                       ^
  1730. level3_thread.c: In function ‘zgemm_thread_nc’:
  1731. level3_thread.c:685:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  1732.    BLASLONG n = args -> n;
  1733.             ^
  1734. level3_thread.c:684:12: warning: variable ‘m’ set but not used [-Wunused-but-set-variable]
  1735.    BLASLONG m = args -> m;
  1736.             ^
  1737. In file included from gemm.c:63:0:
  1738. level3_thread.c: In function ‘inner_thread’:
  1739. level3_thread.c:233:22: warning: variable ‘l2size’ set but not used [-Wunused-but-set-variable]
  1740.    BLASLONG l1stride, l2size;
  1741.                       ^
  1742. level3_thread.c: In function ‘zgemm_thread_tn’:
  1743. level3_thread.c:685:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  1744.    BLASLONG n = args -> n;
  1745.             ^
  1746. level3_thread.c:684:12: warning: variable ‘m’ set but not used [-Wunused-but-set-variable]
  1747.    BLASLONG m = args -> m;
  1748.             ^
  1749. In file included from gemm.c:63:0:
  1750. level3_thread.c: In function ‘inner_thread’:
  1751. level3_thread.c:233:22: warning: variable ‘l2size’ set but not used [-Wunused-but-set-variable]
  1752.    BLASLONG l1stride, l2size;
  1753.                       ^
  1754. level3_thread.c: In function ‘zgemm_thread_tt’:
  1755. level3_thread.c:685:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  1756.    BLASLONG n = args -> n;
  1757.             ^
  1758. level3_thread.c:684:12: warning: variable ‘m’ set but not used [-Wunused-but-set-variable]
  1759.    BLASLONG m = args -> m;
  1760.             ^
  1761. In file included from gemm.c:63:0:
  1762. level3_thread.c: In function ‘inner_thread’:
  1763. level3_thread.c:233:22: warning: variable ‘l2size’ set but not used [-Wunused-but-set-variable]
  1764.    BLASLONG l1stride, l2size;
  1765.                       ^
  1766. level3_thread.c: In function ‘zgemm_thread_tr’:
  1767. level3_thread.c:685:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  1768.    BLASLONG n = args -> n;
  1769.             ^
  1770. level3_thread.c:684:12: warning: variable ‘m’ set but not used [-Wunused-but-set-variable]
  1771.    BLASLONG m = args -> m;
  1772.             ^
  1773. In file included from gemm.c:63:0:
  1774. level3_thread.c: In function ‘inner_thread’:
  1775. level3_thread.c:233:22: warning: variable ‘l2size’ set but not used [-Wunused-but-set-variable]
  1776.    BLASLONG l1stride, l2size;
  1777.                       ^
  1778. level3_thread.c: In function ‘zgemm_thread_tc’:
  1779. level3_thread.c:685:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  1780.    BLASLONG n = args -> n;
  1781.             ^
  1782. level3_thread.c:684:12: warning: variable ‘m’ set but not used [-Wunused-but-set-variable]
  1783.    BLASLONG m = args -> m;
  1784.             ^
  1785. In file included from gemm.c:63:0:
  1786. level3_thread.c: In function ‘inner_thread’:
  1787. level3_thread.c:233:22: warning: variable ‘l2size’ set but not used [-Wunused-but-set-variable]
  1788.    BLASLONG l1stride, l2size;
  1789.                       ^
  1790. level3_thread.c: In function ‘zgemm_thread_rn’:
  1791. level3_thread.c:685:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  1792.    BLASLONG n = args -> n;
  1793.             ^
  1794. level3_thread.c:684:12: warning: variable ‘m’ set but not used [-Wunused-but-set-variable]
  1795.    BLASLONG m = args -> m;
  1796.             ^
  1797. In file included from gemm.c:63:0:
  1798. level3_thread.c: In function ‘inner_thread’:
  1799. level3_thread.c:233:22: warning: variable ‘l2size’ set but not used [-Wunused-but-set-variable]
  1800.    BLASLONG l1stride, l2size;
  1801.                       ^
  1802. level3_thread.c: In function ‘zgemm_thread_rt’:
  1803. level3_thread.c:685:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  1804.    BLASLONG n = args -> n;
  1805.             ^
  1806. level3_thread.c:684:12: warning: variable ‘m’ set but not used [-Wunused-but-set-variable]
  1807.    BLASLONG m = args -> m;
  1808.             ^
  1809. In file included from gemm.c:63:0:
  1810. level3_thread.c: In function ‘inner_thread’:
  1811. level3_thread.c:233:22: warning: variable ‘l2size’ set but not used [-Wunused-but-set-variable]
  1812.    BLASLONG l1stride, l2size;
  1813.                       ^
  1814. level3_thread.c: In function ‘zgemm_thread_rr’:
  1815. level3_thread.c:685:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  1816.    BLASLONG n = args -> n;
  1817.             ^
  1818. level3_thread.c:684:12: warning: variable ‘m’ set but not used [-Wunused-but-set-variable]
  1819.    BLASLONG m = args -> m;
  1820.             ^
  1821. In file included from gemm.c:63:0:
  1822. level3_thread.c: In function ‘inner_thread’:
  1823. level3_thread.c:233:22: warning: variable ‘l2size’ set but not used [-Wunused-but-set-variable]
  1824.    BLASLONG l1stride, l2size;
  1825.                       ^
  1826. level3_thread.c: In function ‘zgemm_thread_rc’:
  1827. level3_thread.c:685:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  1828.    BLASLONG n = args -> n;
  1829.             ^
  1830. level3_thread.c:684:12: warning: variable ‘m’ set but not used [-Wunused-but-set-variable]
  1831.    BLASLONG m = args -> m;
  1832.             ^
  1833. In file included from gemm.c:63:0:
  1834. level3_thread.c: In function ‘inner_thread’:
  1835. level3_thread.c:233:22: warning: variable ‘l2size’ set but not used [-Wunused-but-set-variable]
  1836.    BLASLONG l1stride, l2size;
  1837.                       ^
  1838. level3_thread.c: In function ‘zgemm_thread_cn’:
  1839. level3_thread.c:685:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  1840.    BLASLONG n = args -> n;
  1841.             ^
  1842. level3_thread.c:684:12: warning: variable ‘m’ set but not used [-Wunused-but-set-variable]
  1843.    BLASLONG m = args -> m;
  1844.             ^
  1845. In file included from gemm.c:63:0:
  1846. level3_thread.c: In function ‘inner_thread’:
  1847. level3_thread.c:233:22: warning: variable ‘l2size’ set but not used [-Wunused-but-set-variable]
  1848.    BLASLONG l1stride, l2size;
  1849.                       ^
  1850. level3_thread.c: In function ‘zgemm_thread_ct’:
  1851. level3_thread.c:685:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  1852.    BLASLONG n = args -> n;
  1853.             ^
  1854. level3_thread.c:684:12: warning: variable ‘m’ set but not used [-Wunused-but-set-variable]
  1855.    BLASLONG m = args -> m;
  1856.             ^
  1857. In file included from gemm.c:63:0:
  1858. level3_thread.c: In function ‘inner_thread’:
  1859. level3_thread.c:233:22: warning: variable ‘l2size’ set but not used [-Wunused-but-set-variable]
  1860.    BLASLONG l1stride, l2size;
  1861.                       ^
  1862. level3_thread.c: In function ‘zgemm_thread_cr’:
  1863. level3_thread.c:685:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  1864.    BLASLONG n = args -> n;
  1865.             ^
  1866. level3_thread.c:684:12: warning: variable ‘m’ set but not used [-Wunused-but-set-variable]
  1867.    BLASLONG m = args -> m;
  1868.             ^
  1869. In file included from gemm.c:63:0:
  1870. level3_thread.c: In function ‘inner_thread’:
  1871. level3_thread.c:233:22: warning: variable ‘l2size’ set but not used [-Wunused-but-set-variable]
  1872.    BLASLONG l1stride, l2size;
  1873.                       ^
  1874. level3_thread.c: In function ‘zgemm_thread_cc’:
  1875. level3_thread.c:685:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  1876.    BLASLONG n = args -> n;
  1877.             ^
  1878. level3_thread.c:684:12: warning: variable ‘m’ set but not used [-Wunused-but-set-variable]
  1879.    BLASLONG m = args -> m;
  1880.             ^
  1881. In file included from symm_k.c:77:0:
  1882. level3_thread.c: In function ‘inner_thread’:
  1883. level3_thread.c:233:22: warning: variable ‘l2size’ set but not used [-Wunused-but-set-variable]
  1884.    BLASLONG l1stride, l2size;
  1885.                       ^
  1886. level3_thread.c: In function ‘zsymm_thread_LU’:
  1887. level3_thread.c:685:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  1888.    BLASLONG n = args -> n;
  1889.             ^
  1890. level3_thread.c:684:12: warning: variable ‘m’ set but not used [-Wunused-but-set-variable]
  1891.    BLASLONG m = args -> m;
  1892.             ^
  1893. In file included from symm_k.c:77:0:
  1894. level3_thread.c: In function ‘inner_thread’:
  1895. level3_thread.c:233:22: warning: variable ‘l2size’ set but not used [-Wunused-but-set-variable]
  1896.    BLASLONG l1stride, l2size;
  1897.                       ^
  1898. level3_thread.c: In function ‘zsymm_thread_LL’:
  1899. level3_thread.c:685:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  1900.    BLASLONG n = args -> n;
  1901.             ^
  1902. level3_thread.c:684:12: warning: variable ‘m’ set but not used [-Wunused-but-set-variable]
  1903.    BLASLONG m = args -> m;
  1904.             ^
  1905. In file included from symm_k.c:77:0:
  1906. level3_thread.c: In function ‘inner_thread’:
  1907. level3_thread.c:233:22: warning: variable ‘l2size’ set but not used [-Wunused-but-set-variable]
  1908.    BLASLONG l1stride, l2size;
  1909.                       ^
  1910. level3_thread.c: In function ‘zsymm_thread_RU’:
  1911. level3_thread.c:685:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  1912.    BLASLONG n = args -> n;
  1913.             ^
  1914. level3_thread.c:684:12: warning: variable ‘m’ set but not used [-Wunused-but-set-variable]
  1915.    BLASLONG m = args -> m;
  1916.             ^
  1917. In file included from symm_k.c:77:0:
  1918. level3_thread.c: In function ‘inner_thread’:
  1919. level3_thread.c:233:22: warning: variable ‘l2size’ set but not used [-Wunused-but-set-variable]
  1920.    BLASLONG l1stride, l2size;
  1921.                       ^
  1922. level3_thread.c: In function ‘zsymm_thread_RL’:
  1923. level3_thread.c:685:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  1924.    BLASLONG n = args -> n;
  1925.             ^
  1926. level3_thread.c:684:12: warning: variable ‘m’ set but not used [-Wunused-but-set-variable]
  1927.    BLASLONG m = args -> m;
  1928.             ^
  1929. In file included from zhemm_k.c:77:0:
  1930. level3_thread.c: In function ‘inner_thread’:
  1931. level3_thread.c:233:22: warning: variable ‘l2size’ set but not used [-Wunused-but-set-variable]
  1932.    BLASLONG l1stride, l2size;
  1933.                       ^
  1934. level3_thread.c: In function ‘zhemm_thread_LU’:
  1935. level3_thread.c:685:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  1936.    BLASLONG n = args -> n;
  1937.             ^
  1938. level3_thread.c:684:12: warning: variable ‘m’ set but not used [-Wunused-but-set-variable]
  1939.    BLASLONG m = args -> m;
  1940.             ^
  1941. In file included from zhemm_k.c:77:0:
  1942. level3_thread.c: In function ‘inner_thread’:
  1943. level3_thread.c:233:22: warning: variable ‘l2size’ set but not used [-Wunused-but-set-variable]
  1944.    BLASLONG l1stride, l2size;
  1945.                       ^
  1946. level3_thread.c: In function ‘zhemm_thread_RU’:
  1947. level3_thread.c:685:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  1948.    BLASLONG n = args -> n;
  1949.             ^
  1950. level3_thread.c:684:12: warning: variable ‘m’ set but not used [-Wunused-but-set-variable]
  1951.    BLASLONG m = args -> m;
  1952.             ^
  1953. In file included from zhemm_k.c:77:0:
  1954. level3_thread.c: In function ‘inner_thread’:
  1955. level3_thread.c:233:22: warning: variable ‘l2size’ set but not used [-Wunused-but-set-variable]
  1956.    BLASLONG l1stride, l2size;
  1957.                       ^
  1958. level3_thread.c: In function ‘zhemm_thread_LL’:
  1959. level3_thread.c:685:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  1960.    BLASLONG n = args -> n;
  1961.             ^
  1962. level3_thread.c:684:12: warning: variable ‘m’ set but not used [-Wunused-but-set-variable]
  1963.    BLASLONG m = args -> m;
  1964.             ^
  1965. In file included from zhemm_k.c:77:0:
  1966. level3_thread.c: In function ‘inner_thread’:
  1967. level3_thread.c:233:22: warning: variable ‘l2size’ set but not used [-Wunused-but-set-variable]
  1968.    BLASLONG l1stride, l2size;
  1969.                       ^
  1970. level3_thread.c: In function ‘zhemm_thread_RL’:
  1971. level3_thread.c:685:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  1972.    BLASLONG n = args -> n;
  1973.             ^
  1974. level3_thread.c:684:12: warning: variable ‘m’ set but not used [-Wunused-but-set-variable]
  1975.    BLASLONG m = args -> m;
  1976.             ^
  1977. In file included from gemm3m.c:55:0:
  1978. level3_gemm3m_thread.c: In function ‘zgemm3m_thread_nn’:
  1979. level3_gemm3m_thread.c:977:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  1980.    BLASLONG n = args -> n;
  1981.             ^
  1982. In file included from gemm3m.c:55:0:
  1983. level3_gemm3m_thread.c: In function ‘zgemm3m_thread_nt’:
  1984. level3_gemm3m_thread.c:977:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  1985.    BLASLONG n = args -> n;
  1986.             ^
  1987. In file included from gemm3m.c:55:0:
  1988. level3_gemm3m_thread.c: In function ‘zgemm3m_thread_nr’:
  1989. level3_gemm3m_thread.c:977:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  1990.    BLASLONG n = args -> n;
  1991.             ^
  1992. In file included from gemm3m.c:55:0:
  1993. level3_gemm3m_thread.c: In function ‘zgemm3m_thread_nc’:
  1994. level3_gemm3m_thread.c:977:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  1995.    BLASLONG n = args -> n;
  1996.             ^
  1997. In file included from gemm3m.c:55:0:
  1998. level3_gemm3m_thread.c: In function ‘zgemm3m_thread_tn’:
  1999. level3_gemm3m_thread.c:977:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  2000.    BLASLONG n = args -> n;
  2001.             ^
  2002. In file included from gemm3m.c:55:0:
  2003. level3_gemm3m_thread.c: In function ‘zgemm3m_thread_tt’:
  2004. level3_gemm3m_thread.c:977:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  2005.    BLASLONG n = args -> n;
  2006.             ^
  2007. In file included from gemm3m.c:55:0:
  2008. level3_gemm3m_thread.c: In function ‘zgemm3m_thread_tr’:
  2009. level3_gemm3m_thread.c:977:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  2010.    BLASLONG n = args -> n;
  2011.             ^
  2012. In file included from gemm3m.c:55:0:
  2013. level3_gemm3m_thread.c: In function ‘zgemm3m_thread_tc’:
  2014. level3_gemm3m_thread.c:977:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  2015.    BLASLONG n = args -> n;
  2016.             ^
  2017. In file included from gemm3m.c:55:0:
  2018. level3_gemm3m_thread.c: In function ‘zgemm3m_thread_rn’:
  2019. level3_gemm3m_thread.c:977:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  2020.    BLASLONG n = args -> n;
  2021.             ^
  2022. In file included from gemm3m.c:55:0:
  2023. level3_gemm3m_thread.c: In function ‘zgemm3m_thread_rt’:
  2024. level3_gemm3m_thread.c:977:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  2025.    BLASLONG n = args -> n;
  2026.             ^
  2027. In file included from gemm3m.c:55:0:
  2028. level3_gemm3m_thread.c: In function ‘zgemm3m_thread_rr’:
  2029. level3_gemm3m_thread.c:977:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  2030.    BLASLONG n = args -> n;
  2031.             ^
  2032. In file included from gemm3m.c:55:0:
  2033. level3_gemm3m_thread.c: In function ‘zgemm3m_thread_rc’:
  2034. level3_gemm3m_thread.c:977:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  2035.    BLASLONG n = args -> n;
  2036.             ^
  2037. In file included from gemm3m.c:55:0:
  2038. level3_gemm3m_thread.c: In function ‘zgemm3m_thread_cn’:
  2039. level3_gemm3m_thread.c:977:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  2040.    BLASLONG n = args -> n;
  2041.             ^
  2042. In file included from gemm3m.c:55:0:
  2043. level3_gemm3m_thread.c: In function ‘zgemm3m_thread_ct’:
  2044. level3_gemm3m_thread.c:977:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  2045.    BLASLONG n = args -> n;
  2046.             ^
  2047. In file included from gemm3m.c:55:0:
  2048. level3_gemm3m_thread.c: In function ‘zgemm3m_thread_cr’:
  2049. level3_gemm3m_thread.c:977:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  2050.    BLASLONG n = args -> n;
  2051.             ^
  2052. In file included from gemm3m.c:55:0:
  2053. level3_gemm3m_thread.c: In function ‘zgemm3m_thread_cc’:
  2054. level3_gemm3m_thread.c:977:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  2055.    BLASLONG n = args -> n;
  2056.             ^
  2057. In file included from symm3m_k.c:96:0:
  2058. level3_gemm3m_thread.c: In function ‘zsymm3m_thread_LU’:
  2059. level3_gemm3m_thread.c:977:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  2060.    BLASLONG n = args -> n;
  2061.             ^
  2062. In file included from symm3m_k.c:96:0:
  2063. level3_gemm3m_thread.c: In function ‘zsymm3m_thread_LL’:
  2064. level3_gemm3m_thread.c:977:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  2065.    BLASLONG n = args -> n;
  2066.             ^
  2067. In file included from symm3m_k.c:96:0:
  2068. level3_gemm3m_thread.c: In function ‘zsymm3m_thread_RU’:
  2069. level3_gemm3m_thread.c:977:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  2070.    BLASLONG n = args -> n;
  2071.             ^
  2072. In file included from symm3m_k.c:96:0:
  2073. level3_gemm3m_thread.c: In function ‘zsymm3m_thread_RL’:
  2074. level3_gemm3m_thread.c:977:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  2075.    BLASLONG n = args -> n;
  2076.             ^
  2077. In file included from hemm3m_k.c:96:0:
  2078. level3_gemm3m_thread.c: In function ‘zhemm3m_thread_LU’:
  2079. level3_gemm3m_thread.c:977:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  2080.    BLASLONG n = args -> n;
  2081.             ^
  2082. In file included from hemm3m_k.c:96:0:
  2083. level3_gemm3m_thread.c: In function ‘zhemm3m_thread_LL’:
  2084. level3_gemm3m_thread.c:977:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  2085.    BLASLONG n = args -> n;
  2086.             ^
  2087. In file included from hemm3m_k.c:96:0:
  2088. level3_gemm3m_thread.c: In function ‘zhemm3m_thread_RU’:
  2089. level3_gemm3m_thread.c:977:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  2090.    BLASLONG n = args -> n;
  2091.             ^
  2092. In file included from hemm3m_k.c:96:0:
  2093. level3_gemm3m_thread.c: In function ‘zhemm3m_thread_RL’:
  2094. level3_gemm3m_thread.c:977:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  2095.    BLASLONG n = args -> n;
  2096.             ^
  2097. gemm_thread_mn.c: In function ‘gemm_thread_mn’:
  2098. gemm_thread_mn.c:68:19: warning: unused variable ‘total_procs’ [-Wunused-variable]
  2099.    BLASLONG procs, total_procs, num_cpu_m, num_cpu_n;
  2100.                    ^
  2101. memory.c:899:13: warning: ‘gotoblas_memory_init’ declared ‘static’ but never defined [-Wunused-function]
  2102.  static void gotoblas_memory_init(void);
  2103.              ^
  2104. parameter.c: In function ‘blas_set_parameter’:
  2105. parameter.c:255:7: warning: unused variable ‘size[-Wunused-variable]
  2106.    int size = 16;
  2107.        ^
  2108. generic/zgemm3m_ncopy_4.c: In function ‘cgemm3m_incopyr’:
  2109. generic/zgemm3m_ncopy_4.c:68:37: warning: variable ‘a8’ set but not used [-Wunused-but-set-variable]
  2110.    FLOAT a1, a2, a3, a4, a5, a6, a7, a8;
  2111.                                      ^
  2112. generic/zgemm3m_ncopy_4.c:68:29: warning: variable ‘a6’ set but not used [-Wunused-but-set-variable]
  2113.    FLOAT a1, a2, a3, a4, a5, a6, a7, a8;
  2114.                              ^
  2115. generic/zgemm3m_ncopy_4.c:68:21: warning: variable ‘a4’ set but not used [-Wunused-but-set-variable]
  2116.    FLOAT a1, a2, a3, a4, a5, a6, a7, a8;
  2117.                      ^
  2118. generic/zgemm3m_ncopy_4.c:68:13: warning: variable ‘a2’ set but not used [-Wunused-but-set-variable]
  2119.    FLOAT a1, a2, a3, a4, a5, a6, a7, a8;
  2120.              ^
  2121. generic/zgemm3m_tcopy_4.c: In function ‘cgemm3m_itcopyr’:
  2122. generic/zgemm3m_tcopy_4.c:68:37: warning: variable ‘a8’ set but not used [-Wunused-but-set-variable]
  2123.    FLOAT a1, a2, a3, a4, a5, a6, a7, a8;
  2124.                                      ^
  2125. generic/zgemm3m_tcopy_4.c:68:29: warning: variable ‘a6’ set but not used [-Wunused-but-set-variable]
  2126.    FLOAT a1, a2, a3, a4, a5, a6, a7, a8;
  2127.                              ^
  2128. generic/zgemm3m_tcopy_4.c:68:21: warning: variable ‘a4’ set but not used [-Wunused-but-set-variable]
  2129.    FLOAT a1, a2, a3, a4, a5, a6, a7, a8;
  2130.                      ^
  2131. generic/zgemm3m_tcopy_4.c:68:13: warning: variable ‘a2’ set but not used [-Wunused-but-set-variable]
  2132.    FLOAT a1, a2, a3, a4, a5, a6, a7, a8;
  2133.              ^
  2134. generic/zgemm3m_ncopy_4.c: In function ‘cgemm3m_incopyi’:
  2135. generic/zgemm3m_ncopy_4.c:68:33: warning: variable ‘a7’ set but not used [-Wunused-but-set-variable]
  2136.    FLOAT a1, a2, a3, a4, a5, a6, a7, a8;
  2137.                                  ^
  2138. generic/zgemm3m_ncopy_4.c:68:25: warning: variable ‘a5’ set but not used [-Wunused-but-set-variable]
  2139.    FLOAT a1, a2, a3, a4, a5, a6, a7, a8;
  2140.                          ^
  2141. generic/zgemm3m_ncopy_4.c:68:17: warning: variable ‘a3’ set but not used [-Wunused-but-set-variable]
  2142.    FLOAT a1, a2, a3, a4, a5, a6, a7, a8;
  2143.                  ^
  2144. generic/zgemm3m_ncopy_4.c:68:9: warning: variable ‘a1’ set but not used [-Wunused-but-set-variable]
  2145.    FLOAT a1, a2, a3, a4, a5, a6, a7, a8;
  2146.          ^
  2147. generic/zgemm3m_tcopy_4.c: In function ‘cgemm3m_itcopyi’:
  2148. generic/zgemm3m_tcopy_4.c:68:33: warning: variable ‘a7’ set but not used [-Wunused-but-set-variable]
  2149.    FLOAT a1, a2, a3, a4, a5, a6, a7, a8;
  2150.                                  ^
  2151. generic/zgemm3m_tcopy_4.c:68:25: warning: variable ‘a5’ set but not used [-Wunused-but-set-variable]
  2152.    FLOAT a1, a2, a3, a4, a5, a6, a7, a8;
  2153.                          ^
  2154. generic/zgemm3m_tcopy_4.c:68:17: warning: variable ‘a3’ set but not used [-Wunused-but-set-variable]
  2155.    FLOAT a1, a2, a3, a4, a5, a6, a7, a8;
  2156.                  ^
  2157. generic/zgemm3m_tcopy_4.c:68:9: warning: variable ‘a1’ set but not used [-Wunused-but-set-variable]
  2158.    FLOAT a1, a2, a3, a4, a5, a6, a7, a8;
  2159.          ^
  2160. generic/zgemm3m_ncopy_2.c: In function ‘zgemm3m_incopyr’:
  2161. generic/zgemm3m_ncopy_2.c:68:21: warning: variable ‘a4’ set but not used [-Wunused-but-set-variable]
  2162.    FLOAT a1, a2, a3, a4;
  2163.                      ^
  2164. generic/zgemm3m_ncopy_2.c:68:13: warning: variable ‘a2’ set but not used [-Wunused-but-set-variable]
  2165.    FLOAT a1, a2, a3, a4;
  2166.              ^
  2167. generic/zgemm3m_tcopy_2.c: In function ‘zgemm3m_itcopyr’:
  2168. generic/zgemm3m_tcopy_2.c:68:37: warning: variable ‘a8’ set but not used [-Wunused-but-set-variable]
  2169.    FLOAT a1, a2, a3, a4, a5, a6, a7, a8;
  2170.                                      ^
  2171. generic/zgemm3m_tcopy_2.c:68:29: warning: variable ‘a6’ set but not used [-Wunused-but-set-variable]
  2172.    FLOAT a1, a2, a3, a4, a5, a6, a7, a8;
  2173.                              ^
  2174. generic/zgemm3m_tcopy_2.c:68:21: warning: variable ‘a4’ set but not used [-Wunused-but-set-variable]
  2175.    FLOAT a1, a2, a3, a4, a5, a6, a7, a8;
  2176.                      ^
  2177. generic/zgemm3m_tcopy_2.c:68:13: warning: variable ‘a2’ set but not used [-Wunused-but-set-variable]
  2178.    FLOAT a1, a2, a3, a4, a5, a6, a7, a8;
  2179.              ^
  2180. generic/zgemm3m_ncopy_2.c: In function ‘zgemm3m_incopyi’:
  2181. generic/zgemm3m_ncopy_2.c:68:17: warning: variable ‘a3’ set but not used [-Wunused-but-set-variable]
  2182.    FLOAT a1, a2, a3, a4;
  2183.                  ^
  2184. generic/zgemm3m_ncopy_2.c:68:9: warning: variable ‘a1’ set but not used [-Wunused-but-set-variable]
  2185.    FLOAT a1, a2, a3, a4;
  2186.          ^
  2187. generic/zgemm3m_tcopy_2.c: In function ‘zgemm3m_itcopyi’:
  2188. generic/zgemm3m_tcopy_2.c:68:33: warning: variable ‘a7’ set but not used [-Wunused-but-set-variable]
  2189.    FLOAT a1, a2, a3, a4, a5, a6, a7, a8;
  2190.                                  ^
  2191. generic/zgemm3m_tcopy_2.c:68:25: warning: variable ‘a5’ set but not used [-Wunused-but-set-variable]
  2192.    FLOAT a1, a2, a3, a4, a5, a6, a7, a8;
  2193.                          ^
  2194. generic/zgemm3m_tcopy_2.c:68:17: warning: variable ‘a3’ set but not used [-Wunused-but-set-variable]
  2195.    FLOAT a1, a2, a3, a4, a5, a6, a7, a8;
  2196.                  ^
  2197. generic/zgemm3m_tcopy_2.c:68:9: warning: variable ‘a1’ set but not used [-Wunused-but-set-variable]
  2198.    FLOAT a1, a2, a3, a4, a5, a6, a7, a8;
  2199.          ^
  2200. OK.
  2201.  * Applying openblas-0.2.11-openblas_config_header_same_between_ABIs.patch ...
  2202.  [ ok ]
  2203. make -j16 -s -j1 config.h
  2204.  * amd64: running run_in_build_dir fortran-int64_multilib_multibuild_wrapper my_src_compile
  2205.  * Compiling profile openblas-openmp
  2206. make -j16 -s -j1 clean
  2207. Done.
  2208. make -j16 -s -j1 libs shared USE_OPENMP=1 LIBNAMESUFFIX=openmp
  2209. syr2.c: In function ‘cblas_ssyr2’:
  2210. syr2.c:121:7: warning: variable ‘trans’ set but not used [-Wunused-but-set-variable]
  2211.    int trans, uplo;
  2212.        ^
  2213. syr.c: In function ‘cblas_ssyr’:
  2214. syr.c:119:7: warning: variable ‘trans’ set but not used [-Wunused-but-set-variable]
  2215.    int trans, uplo;
  2216.        ^
  2217. symm.c: In function ‘ssymm_’:
  2218. symm.c:145:7: warning: unused variable ‘mode’ [-Wunused-variable]
  2219.    int mode  =  BLAS_SINGLE  | BLAS_REAL;
  2220.        ^
  2221. symm.c: In function ‘cblas_ssymm’:
  2222. symm.c:256:7: warning: unused variable ‘mode’ [-Wunused-variable]
  2223.    int mode  =  BLAS_SINGLE  | BLAS_REAL;
  2224.        ^
  2225. imatcopy.c: In function ‘cblas_simatcopy’:
  2226. imatcopy.c:78:14: warning: unused variable ‘Trans’ [-Wunused-variable]
  2227.   char Order, Trans;
  2228.               ^
  2229. imatcopy.c:78:7: warning: unused variable ‘Order’ [-Wunused-variable]
  2230.   char Order, Trans;
  2231.        ^
  2232. syr.c: In function ‘cblas_dsyr’:
  2233. syr.c:119:7: warning: variable ‘trans’ set but not used [-Wunused-but-set-variable]
  2234.    int trans, uplo;
  2235.        ^
  2236. syr2.c: In function ‘cblas_dsyr2’:
  2237. syr2.c:121:7: warning: variable ‘trans’ set but not used [-Wunused-but-set-variable]
  2238.    int trans, uplo;
  2239.        ^
  2240. symm.c: In function ‘dsymm_’:
  2241. symm.c:143:7: warning: unused variable ‘mode’ [-Wunused-variable]
  2242.    int mode  =  BLAS_DOUBLE  | BLAS_REAL;
  2243.        ^
  2244. symm.c: In function ‘cblas_dsymm’:
  2245. symm.c:254:7: warning: unused variable ‘mode’ [-Wunused-variable]
  2246.    int mode  =  BLAS_DOUBLE  | BLAS_REAL;
  2247.        ^
  2248. imatcopy.c: In function ‘cblas_dimatcopy’:
  2249. imatcopy.c:78:14: warning: unused variable ‘Trans’ [-Wunused-variable]
  2250.   char Order, Trans;
  2251.               ^
  2252. imatcopy.c:78:7: warning: unused variable ‘Order’ [-Wunused-variable]
  2253.   char Order, Trans;
  2254.        ^
  2255. zhemv.c: In function ‘cblas_chemv’:
  2256. zhemv.c:120:7: warning: variable ‘trans’ set but not used [-Wunused-but-set-variable]
  2257.    int trans, uplo;
  2258.        ^
  2259. zher.c: In function ‘cblas_cher’:
  2260. zher.c:119:7: warning: variable ‘trans’ set but not used [-Wunused-but-set-variable]
  2261.    int trans, uplo;
  2262.        ^
  2263. zher2.c: In function ‘cblas_cher2’:
  2264. zher2.c:124:7: warning: variable ‘trans’ set but not used [-Wunused-but-set-variable]
  2265.    int trans, uplo;
  2266.        ^
  2267. symm.c: In function ‘csymm_’:
  2268. symm.c:153:7: warning: unused variable ‘mode’ [-Wunused-variable]
  2269.    int mode  =  BLAS_SINGLE  | BLAS_COMPLEX;
  2270.        ^
  2271. symm.c: In function ‘chemm_’:
  2272. symm.c:153:7: warning: unused variable ‘mode’ [-Wunused-variable]
  2273.    int mode  =  BLAS_SINGLE  | BLAS_COMPLEX;
  2274.        ^
  2275. symm.c: In function ‘cblas_csymm’:
  2276. symm.c:264:7: warning: unused variable ‘mode’ [-Wunused-variable]
  2277.    int mode  =  BLAS_SINGLE  | BLAS_COMPLEX;
  2278.        ^
  2279. symm.c: In function ‘cblas_chemm’:
  2280. symm.c:264:7: warning: unused variable ‘mode’ [-Wunused-variable]
  2281.    int mode  =  BLAS_SINGLE  | BLAS_COMPLEX;
  2282.        ^
  2283. zhemv.c: In function ‘cblas_zhemv’:
  2284. zhemv.c:120:7: warning: variable ‘trans’ set but not used [-Wunused-but-set-variable]
  2285.    int trans, uplo;
  2286.        ^
  2287. zher.c: In function ‘cblas_zher’:
  2288. zher.c:119:7: warning: variable ‘trans’ set but not used [-Wunused-but-set-variable]
  2289.    int trans, uplo;
  2290.        ^
  2291. zher2.c: In function ‘cblas_zher2’:
  2292. zher2.c:124:7: warning: variable ‘trans’ set but not used [-Wunused-but-set-variable]
  2293.    int trans, uplo;
  2294.        ^
  2295. symm.c: In function ‘zsymm_’:
  2296. symm.c:151:7: warning: unused variable ‘mode’ [-Wunused-variable]
  2297.    int mode  =  BLAS_DOUBLE  | BLAS_COMPLEX;
  2298.        ^
  2299. symm.c: In function ‘zhemm_’:
  2300. symm.c:151:7: warning: unused variable ‘mode’ [-Wunused-variable]
  2301.    int mode  =  BLAS_DOUBLE  | BLAS_COMPLEX;
  2302.        ^
  2303. symm.c: In function ‘cblas_zsymm’:
  2304. symm.c:262:7: warning: unused variable ‘mode’ [-Wunused-variable]
  2305.    int mode  =  BLAS_DOUBLE  | BLAS_COMPLEX;
  2306.        ^
  2307. symm.c: In function ‘cblas_zhemm’:
  2308. symm.c:262:7: warning: unused variable ‘mode’ [-Wunused-variable]
  2309.    int mode  =  BLAS_DOUBLE  | BLAS_COMPLEX;
  2310.        ^
  2311. x86_64-pc-linux-gnu-ar: creating ../libopenblas_openmp_sandybridgep-r0.2.14.a
  2312. tbmv_U.c: In function ‘stbmv_NUU’:
  2313. tbmv_U.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  2314.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  2315.           ^
  2316. tbmv_U.c: In function ‘stbmv_NUN’:
  2317. tbmv_U.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  2318.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  2319.           ^
  2320. tbmv_L.c: In function ‘stbmv_NLU’:
  2321. tbmv_L.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  2322.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  2323.           ^
  2324. tbmv_L.c: In function ‘stbmv_NLN’:
  2325. tbmv_L.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  2326.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  2327.           ^
  2328. tbmv_L.c: In function ‘stbmv_TUU’:
  2329. tbmv_L.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  2330.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  2331.           ^
  2332. tbmv_L.c: In function ‘stbmv_TUN’:
  2333. tbmv_L.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  2334.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  2335.           ^
  2336. tbmv_U.c: In function ‘stbmv_TLU’:
  2337. tbmv_U.c: In function ‘stbmv_TLN’:
  2338. tbmv_U.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  2339.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  2340.           ^
  2341. tbmv_U.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  2342.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  2343.           ^
  2344. tbsv_U.c: In function ‘stbsv_NUU’:
  2345. tbsv_U.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  2346.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  2347.           ^
  2348. tbsv_U.c: In function ‘stbsv_NUN’:
  2349. tbsv_U.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  2350.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  2351.           ^
  2352. tbsv_L.c: In function ‘stbsv_NLU’:
  2353. tbsv_L.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  2354.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  2355.           ^
  2356. tbsv_L.c: In function ‘stbsv_NLN’:
  2357. tbsv_L.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  2358.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  2359.           ^
  2360. tbsv_L.c: In function ‘stbsv_TUU’:
  2361. tbsv_L.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  2362.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  2363.           ^
  2364. tbsv_L.c: In function ‘stbsv_TUN’:
  2365. tbsv_L.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  2366.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  2367.           ^
  2368. tbsv_U.c: In function ‘stbsv_TLU’:
  2369. tbsv_U.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  2370.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  2371.           ^
  2372. tbsv_U.c: In function ‘stbsv_TLN’:
  2373. tbsv_U.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  2374.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  2375.           ^
  2376. tpsv_U.c: In function ‘stpsv_NUU’:
  2377. tpsv_U.c:46:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  2378.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  2379.           ^
  2380. tpsv_U.c: In function ‘stpsv_NUN’:
  2381. tpsv_U.c:46:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  2382.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  2383.           ^
  2384. tpsv_L.c: In function ‘stpsv_NLU’:
  2385. tpsv_L.c:46:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  2386.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  2387.           ^
  2388. tpsv_L.c: In function ‘stpsv_NLN’:
  2389. tpsv_L.c:46:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  2390.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  2391.           ^
  2392. tpsv_L.c: In function ‘stpsv_TUU’:
  2393. tpsv_L.c:46:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  2394.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  2395.           ^
  2396. tpsv_L.c: In function ‘stpsv_TUN’:
  2397. tpsv_L.c:46:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  2398.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  2399.           ^
  2400. tpsv_U.c: In function ‘stpsv_TLU’:
  2401. tpsv_U.c:46:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  2402.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  2403.           ^
  2404. tpsv_U.c: In function ‘stpsv_TLN’:
  2405. tpsv_U.c:46:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  2406.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  2407.           ^
  2408. symv_thread.c: In function ‘symv_kernel’:
  2409. symv_thread.c:58:23: warning: variable ‘incy’ set but not used [-Wunused-but-set-variable]
  2410.    BLASLONG lda, incx, incy;
  2411.                        ^
  2412. symv_thread.c: In function ‘symv_kernel’:
  2413. symv_thread.c:58:23: warning: variable ‘incy’ set but not used [-Wunused-but-set-variable]
  2414.    BLASLONG lda, incx, incy;
  2415.                        ^
  2416. spr2_thread.c: In function ‘syr_kernel’:
  2417. spr2_thread.c:46:12: warning: variable ‘lda’ set but not used [-Wunused-but-set-variable]
  2418.    BLASLONG lda, incx, incy;
  2419.             ^
  2420. spr2_thread.c: In function ‘syr_kernel’:
  2421. spr2_thread.c:46:12: warning: variable ‘lda’ set but not used [-Wunused-but-set-variable]
  2422.    BLASLONG lda, incx, incy;
  2423.             ^
  2424. spmv_thread.c: In function ‘spmv_kernel’:
  2425. spmv_thread.c:58:18: warning: variable ‘incy’ set but not used [-Wunused-but-set-variable]
  2426.    BLASLONG incx, incy;
  2427.                   ^
  2428. spmv_thread.c: In function ‘spmv_kernel’:
  2429. spmv_thread.c:58:18: warning: variable ‘incy’ set but not used [-Wunused-but-set-variable]
  2430.    BLASLONG incx, incy;
  2431.                   ^
  2432. tbmv_U.c: In function ‘dtbmv_NUU’:
  2433. tbmv_U.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  2434.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  2435.           ^
  2436. tbmv_U.c: In function ‘dtbmv_NUN’:
  2437. tbmv_U.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  2438.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  2439.           ^
  2440. tbmv_L.c: In function ‘dtbmv_NLU’:
  2441. tbmv_L.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  2442.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  2443.           ^
  2444. tbmv_L.c: In function ‘dtbmv_NLN’:
  2445. tbmv_L.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  2446.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  2447.           ^
  2448. tbmv_L.c: In function ‘dtbmv_TUU’:
  2449. tbmv_L.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  2450.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  2451.           ^
  2452. tbmv_L.c: In function ‘dtbmv_TUN’:
  2453. tbmv_L.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  2454.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  2455.           ^
  2456. tbmv_U.c: In function ‘dtbmv_TLU’:
  2457. tbmv_U.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  2458.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  2459.           ^
  2460. tbmv_U.c: In function ‘dtbmv_TLN’:
  2461. tbmv_U.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  2462.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  2463.           ^
  2464. tbsv_U.c: In function ‘dtbsv_NUU’:
  2465. tbsv_U.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  2466.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  2467.           ^
  2468. tbsv_U.c: In function ‘dtbsv_NUN’:
  2469. tbsv_U.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  2470.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  2471.           ^
  2472. tbsv_L.c: In function ‘dtbsv_NLU’:
  2473. tbsv_L.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  2474.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  2475.           ^
  2476. tbsv_L.c: In function ‘dtbsv_NLN’:
  2477. tbsv_L.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  2478.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  2479.           ^
  2480. tbsv_L.c: In function ‘dtbsv_TUU’:
  2481. tbsv_L.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  2482.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  2483.           ^
  2484. tbsv_L.c: In function ‘dtbsv_TUN’:
  2485. tbsv_L.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  2486.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  2487.           ^
  2488. tbsv_U.c: In function ‘dtbsv_TLU’:
  2489. tbsv_U.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  2490.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  2491.           ^
  2492. tbsv_U.c: In function ‘dtbsv_TLN’:
  2493. tbsv_U.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  2494.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  2495.           ^
  2496. tpsv_U.c: In function ‘dtpsv_NUU’:
  2497. tpsv_U.c:46:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  2498.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  2499.           ^
  2500. tpsv_U.c: In function ‘dtpsv_NUN’:
  2501. tpsv_U.c:46:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  2502.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  2503.           ^
  2504. tpsv_L.c: In function ‘dtpsv_NLU’:
  2505. tpsv_L.c:46:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  2506.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  2507.           ^
  2508. tpsv_L.c: In function ‘dtpsv_NLN’:
  2509. tpsv_L.c:46:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  2510.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  2511.           ^
  2512. tpsv_L.c: In function ‘dtpsv_TUU’:
  2513. tpsv_L.c:46:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  2514.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  2515.           ^
  2516. tpsv_U.c: In function ‘dtpsv_TLU’:
  2517. tpsv_U.c:46:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  2518.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  2519.           ^
  2520. tpsv_L.c: In function ‘dtpsv_TUN’:
  2521. tpsv_L.c:46:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  2522.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  2523.           ^
  2524. tpsv_U.c: In function ‘dtpsv_TLN’:
  2525. tpsv_U.c:46:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  2526.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  2527.           ^
  2528. symv_thread.c: In function ‘symv_kernel’:
  2529. symv_thread.c:58:23: warning: variable ‘incy’ set but not used [-Wunused-but-set-variable]
  2530.    BLASLONG lda, incx, incy;
  2531.                        ^
  2532. symv_thread.c: In function ‘symv_kernel’:
  2533. symv_thread.c:58:23: warning: variable ‘incy’ set but not used [-Wunused-but-set-variable]
  2534.    BLASLONG lda, incx, incy;
  2535.                        ^
  2536. spr2_thread.c: In function ‘syr_kernel’:
  2537. spr2_thread.c:46:12: warning: variable ‘lda’ set but not used [-Wunused-but-set-variable]
  2538.    BLASLONG lda, incx, incy;
  2539.             ^
  2540. spr2_thread.c: In function ‘syr_kernel’:
  2541. spr2_thread.c:46:12: warning: variable ‘lda’ set but not used [-Wunused-but-set-variable]
  2542.    BLASLONG lda, incx, incy;
  2543.             ^
  2544. spmv_thread.c: In function ‘spmv_kernel’:
  2545. spmv_thread.c:58:18: warning: variable ‘incy’ set but not used [-Wunused-but-set-variable]
  2546.    BLASLONG incx, incy;
  2547.                   ^
  2548. spmv_thread.c: In function ‘spmv_kernel’:
  2549. spmv_thread.c:58:18: warning: variable ‘incy’ set but not used [-Wunused-but-set-variable]
  2550.    BLASLONG incx, incy;
  2551.                   ^
  2552. ztbmv_U.c: In function ‘ctbmv_NUU’:
  2553. ztbmv_U.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  2554.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  2555.           ^
  2556. ztbmv_L.c: In function ‘ctbmv_NLU’:
  2557. ztbmv_L.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  2558.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  2559.           ^
  2560. ztbmv_U.c: In function ‘ctbmv_NUN’:
  2561. ztbmv_U.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  2562.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  2563.           ^
  2564. ztbmv_L.c: In function ‘ctbmv_NLN’:
  2565. ztbmv_L.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  2566.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  2567.           ^
  2568. ztbmv_L.c: In function ‘ctbmv_TUU’:
  2569. ztbmv_L.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  2570.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  2571.           ^
  2572. ztbmv_L.c: In function ‘ctbmv_TUN’:
  2573. ztbmv_L.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  2574.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  2575.           ^
  2576. ztbmv_U.c: In function ‘ctbmv_TLN’:
  2577. ztbmv_U.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  2578.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  2579.           ^
  2580. ztbmv_U.c: In function ‘ctbmv_TLU’:
  2581. ztbmv_U.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  2582.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  2583.           ^
  2584. ztbmv_U.c: In function ‘ctbmv_RUU’:
  2585. ztbmv_U.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  2586.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  2587.           ^
  2588. ztbmv_U.c: In function ‘ctbmv_RUN’:
  2589. ztbmv_U.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  2590.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  2591.           ^
  2592. ztbmv_L.c: In function ‘ctbmv_RLU’:
  2593. ztbmv_L.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  2594.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  2595.           ^
  2596. ztbmv_L.c: In function ‘ctbmv_RLN’:
  2597. ztbmv_L.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  2598.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  2599.           ^
  2600. ztbmv_L.c: In function ‘ctbmv_CUU’:
  2601. ztbmv_L.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  2602.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  2603.           ^
  2604. ztbmv_U.c: In function ‘ctbmv_CLU’:
  2605. ztbmv_U.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  2606.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  2607.           ^
  2608. ztbmv_L.c: In function ‘ctbmv_CUN’:
  2609. ztbmv_L.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  2610.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  2611.           ^
  2612. ztbmv_U.c: In function ‘ctbmv_CLN’:
  2613. ztbmv_U.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  2614.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  2615.           ^
  2616. ztbsv_U.c: In function ‘ctbsv_NUU’:
  2617. ztbsv_U.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  2618.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  2619.           ^
  2620. ztbsv_L.c: In function ‘ctbsv_NLN’:
  2621. ztbsv_L.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  2622.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  2623.           ^
  2624. ztbsv_U.c: In function ‘ctbsv_NUN’:
  2625. ztbsv_U.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  2626.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  2627.           ^
  2628. ztbsv_L.c: In function ‘ctbsv_NLU’:
  2629. ztbsv_L.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  2630.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  2631.           ^
  2632. ztbsv_L.c: In function ‘ctbsv_TUU’:
  2633. ztbsv_L.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  2634.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  2635.           ^
  2636. ztbsv_U.c: In function ‘ctbsv_TLU’:
  2637. ztbsv_U.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  2638.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  2639.           ^
  2640. ztbsv_L.c: In function ‘ctbsv_TUN’:
  2641. ztbsv_L.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  2642.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  2643.           ^
  2644. ztbsv_U.c: In function ‘ctbsv_TLN’:
  2645. ztbsv_U.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  2646.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  2647.           ^
  2648. ztbsv_U.c: In function ‘ctbsv_RUN’:
  2649. ztbsv_U.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  2650.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  2651.           ^
  2652. ztbsv_U.c: In function ‘ctbsv_RUU’:
  2653. ztbsv_U.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  2654.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  2655.           ^
  2656. ztbsv_L.c: In function ‘ctbsv_RLU’:
  2657. ztbsv_L.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  2658.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  2659.           ^
  2660. ztbsv_L.c: In function ‘ctbsv_RLN’:
  2661. ztbsv_L.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  2662.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  2663.           ^
  2664. ztbsv_L.c: In function ‘ctbsv_CUU’:
  2665. ztbsv_L.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  2666.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  2667.           ^
  2668. ztbsv_U.c: In function ‘ctbsv_CLU’:
  2669. ztbsv_U.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  2670.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  2671.           ^
  2672. ztbsv_L.c: In function ‘ctbsv_CUN’:
  2673. ztbsv_L.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  2674.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  2675.           ^
  2676. ztbsv_U.c: In function ‘ctbsv_CLN’:
  2677. ztbsv_U.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  2678.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  2679.           ^
  2680. ztpmv_L.c: In function ‘ctpmv_NLU’:
  2681. ztpmv_L.c:52:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  2682.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  2683.           ^
  2684. ztpmv_U.c: In function ‘ctpmv_NUU’:
  2685. ztpmv_U.c:52:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  2686.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  2687.           ^
  2688. ztpmv_U.c: In function ‘ctpmv_NUN’:
  2689. ztpmv_U.c:52:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  2690.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  2691.           ^
  2692. ztpmv_L.c: In function ‘ctpmv_NLN’:
  2693. ztpmv_L.c:52:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  2694.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  2695.           ^
  2696. ztpmv_L.c: In function ‘ctpmv_TUU’:
  2697. ztpmv_L.c:52:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  2698.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  2699.           ^
  2700. ztpmv_L.c: In function ‘ctpmv_TUN’:
  2701. ztpmv_L.c:52:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  2702.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  2703.           ^
  2704. ztpmv_U.c: In function ‘ctpmv_TLU’:
  2705. ztpmv_U.c:52:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  2706.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  2707.           ^
  2708. ztpmv_U.c: In function ‘ctpmv_TLN’:
  2709. ztpmv_U.c:52:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  2710.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  2711.           ^
  2712. ztpmv_U.c: In function ‘ctpmv_RUU’:
  2713. ztpmv_U.c:52:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  2714.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  2715.           ^
  2716. ztpmv_U.c: In function ‘ctpmv_RUN’:
  2717. ztpmv_U.c:52:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  2718.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  2719.           ^
  2720. ztpmv_L.c: In function ‘ctpmv_RLU’:
  2721. ztpmv_L.c:52:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  2722.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  2723.           ^
  2724. ztpmv_L.c: In function ‘ctpmv_CUU’:
  2725. ztpmv_L.c:52:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  2726.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  2727.           ^
  2728. ztpmv_L.c: In function ‘ctpmv_RLN’:
  2729. ztpmv_L.c:52:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  2730.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  2731.           ^
  2732. ztpmv_L.c: In function ‘ctpmv_CUN’:
  2733. ztpmv_L.c:52:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  2734.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  2735.           ^
  2736. ztpmv_U.c: In function ‘ctpmv_CLU’:
  2737. ztpmv_U.c:52:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  2738.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  2739.           ^
  2740. ztpmv_U.c: In function ‘ctpmv_CLN’:
  2741. ztpmv_U.c:52:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  2742.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  2743.           ^
  2744. ztpsv_U.c: In function ‘ctpsv_NUN’:
  2745. ztpsv_U.c:52:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  2746.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  2747.           ^
  2748. ztpsv_U.c: In function ‘ctpsv_NUU’:
  2749. ztpsv_U.c:52:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  2750.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  2751.           ^
  2752. ztpsv_L.c: In function ‘ctpsv_NLN’:
  2753. ztpsv_L.c:54:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  2754.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  2755.           ^
  2756. ztpsv_L.c: In function ‘ctpsv_TUU’:
  2757. ztpsv_L.c:54:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  2758.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  2759.           ^
  2760. ztpsv_L.c: In function ‘ctpsv_NLU’:
  2761. ztpsv_L.c:54:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  2762.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  2763.           ^
  2764. ztpsv_L.c: In function ‘ctpsv_TUN’:
  2765. ztpsv_L.c:54:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  2766.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  2767.           ^
  2768. ztpsv_U.c: In function ‘ctpsv_RUU’:
  2769. ztpsv_U.c:52:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  2770.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  2771.           ^
  2772. ztpsv_U.c: In function ‘ctpsv_TLU’:
  2773. ztpsv_U.c:52:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  2774.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  2775.           ^
  2776. ztpsv_U.c: In function ‘ctpsv_TLN’:
  2777. ztpsv_U.c:52:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  2778.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  2779.           ^
  2780. ztpsv_U.c: In function ‘ctpsv_RUN’:
  2781. ztpsv_U.c:52:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  2782.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  2783.           ^
  2784. ztpsv_L.c: In function ‘ctpsv_RLN’:
  2785. ztpsv_L.c:54:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  2786.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  2787.           ^
  2788. ztpsv_L.c: In function ‘ctpsv_RLU’:
  2789. ztpsv_L.c:54:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  2790.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  2791.           ^
  2792. ztpsv_L.c: In function ‘ctpsv_CUN’:
  2793. ztpsv_L.c:54:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  2794.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  2795.           ^
  2796. ztpsv_L.c: In function ‘ctpsv_CUU’:
  2797. ztpsv_L.c:54:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  2798.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  2799.           ^
  2800. ztpsv_U.c: In function ‘ctpsv_CLU’:
  2801. ztpsv_U.c:52:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  2802.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  2803.           ^
  2804. ztpsv_U.c: In function ‘ctpsv_CLN’:
  2805. ztpsv_U.c:52:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  2806.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  2807.           ^
  2808. symv_thread.c: In function ‘symv_kernel’:
  2809. symv_thread.c:58:23: warning: variable ‘incy’ set but not used [-Wunused-but-set-variable]
  2810.    BLASLONG lda, incx, incy;
  2811.                        ^
  2812. symv_thread.c: In function ‘symv_kernel’:
  2813. symv_thread.c:58:23: warning: variable ‘incy’ set but not used [-Wunused-but-set-variable]
  2814.    BLASLONG lda, incx, incy;
  2815.                        ^
  2816. symv_thread.c: In function ‘symv_kernel’:
  2817. symv_thread.c:58:23: warning: variable ‘incy’ set but not used [-Wunused-but-set-variable]
  2818.    BLASLONG lda, incx, incy;
  2819.                        ^
  2820. symv_thread.c: In function ‘symv_kernel’:
  2821. symv_thread.c:58:23: warning: variable ‘incy’ set but not used [-Wunused-but-set-variable]
  2822.    BLASLONG lda, incx, incy;
  2823.                        ^
  2824. symv_thread.c: In function ‘symv_kernel’:
  2825. symv_thread.c:58:23: warning: variable ‘incy’ set but not used [-Wunused-but-set-variable]
  2826.    BLASLONG lda, incx, incy;
  2827.                        ^
  2828. symv_thread.c: In function ‘symv_kernel’:
  2829. symv_thread.c:58:23: warning: variable ‘incy’ set but not used [-Wunused-but-set-variable]
  2830.    BLASLONG lda, incx, incy;
  2831.                        ^
  2832. spr_thread.c: In function ‘syr_kernel’:
  2833. spr_thread.c:50:9: warning: variable ‘alpha_i’ set but not used [-Wunused-but-set-variable]
  2834.    FLOAT alpha_i;
  2835.          ^
  2836. spr_thread.c: In function ‘syr_kernel’:
  2837. spr_thread.c:50:9: warning: variable ‘alpha_i’ set but not used [-Wunused-but-set-variable]
  2838.    FLOAT alpha_i;
  2839.          ^
  2840. spr_thread.c: In function ‘syr_kernel’:
  2841. spr_thread.c:50:9: warning: variable ‘alpha_i’ set but not used [-Wunused-but-set-variable]
  2842.    FLOAT alpha_i;
  2843.          ^
  2844. spr_thread.c: In function ‘syr_kernel’:
  2845. spr_thread.c:50:9: warning: variable ‘alpha_i’ set but not used [-Wunused-but-set-variable]
  2846.    FLOAT alpha_i;
  2847.          ^
  2848. spr2_thread.c: In function ‘syr_kernel’:
  2849. spr2_thread.c:46:12: warning: variable ‘lda’ set but not used [-Wunused-but-set-variable]
  2850.    BLASLONG lda, incx, incy;
  2851.             ^
  2852. spr2_thread.c: In function ‘syr_kernel’:
  2853. spr2_thread.c:46:12: warning: variable ‘lda’ set but not used [-Wunused-but-set-variable]
  2854.    BLASLONG lda, incx, incy;
  2855.             ^
  2856. spr2_thread.c: In function ‘syr_kernel’:
  2857. spr2_thread.c:46:12: warning: variable ‘lda’ set but not used [-Wunused-but-set-variable]
  2858.    BLASLONG lda, incx, incy;
  2859.             ^
  2860. spr2_thread.c: In function ‘syr_kernel’:
  2861. spr2_thread.c:46:12: warning: variable ‘lda’ set but not used [-Wunused-but-set-variable]
  2862.    BLASLONG lda, incx, incy;
  2863.             ^
  2864. spr2_thread.c: In function ‘syr_kernel’:
  2865. spr2_thread.c:46:12: warning: variable ‘lda’ set but not used [-Wunused-but-set-variable]
  2866.    BLASLONG lda, incx, incy;
  2867.             ^
  2868. spr2_thread.c: In function ‘syr_kernel’:
  2869. spr2_thread.c:46:12: warning: variable ‘lda’ set but not used [-Wunused-but-set-variable]
  2870.    BLASLONG lda, incx, incy;
  2871.             ^
  2872. spmv_thread.c: In function ‘spmv_kernel’:
  2873. spmv_thread.c:58:18: warning: variable ‘incy’ set but not used [-Wunused-but-set-variable]
  2874.    BLASLONG incx, incy;
  2875.                   ^
  2876. spmv_thread.c: In function ‘spmv_kernel’:
  2877. spmv_thread.c:58:18: warning: variable ‘incy’ set but not used [-Wunused-but-set-variable]
  2878.    BLASLONG incx, incy;
  2879.                   ^
  2880. spmv_thread.c: In function ‘spmv_kernel’:
  2881. spmv_thread.c:58:18: warning: variable ‘incy’ set but not used [-Wunused-but-set-variable]
  2882.    BLASLONG incx, incy;
  2883.                   ^
  2884. spmv_thread.c: In function ‘spmv_kernel’:
  2885. spmv_thread.c:58:18: warning: variable ‘incy’ set but not used [-Wunused-but-set-variable]
  2886.    BLASLONG incx, incy;
  2887.                   ^
  2888. spmv_thread.c: In function ‘spmv_kernel’:
  2889. spmv_thread.c:58:18: warning: variable ‘incy’ set but not used [-Wunused-but-set-variable]
  2890.    BLASLONG incx, incy;
  2891.                   ^
  2892. spmv_thread.c: In function ‘spmv_kernel’:
  2893. spmv_thread.c:58:18: warning: variable ‘incy’ set but not used [-Wunused-but-set-variable]
  2894.    BLASLONG incx, incy;
  2895.                   ^
  2896. ztbmv_U.c: In function ‘ztbmv_NUU’:
  2897. ztbmv_U.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  2898.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  2899.           ^
  2900. ztbmv_L.c: In function ‘ztbmv_NLU’:
  2901. ztbmv_L.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  2902.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  2903.           ^
  2904. ztbmv_U.c: In function ‘ztbmv_NUN’:
  2905. ztbmv_U.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  2906.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  2907.           ^
  2908. ztbmv_L.c: In function ‘ztbmv_NLN’:
  2909. ztbmv_L.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  2910.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  2911.           ^
  2912. ztbmv_L.c: In function ‘ztbmv_TUN’:
  2913. ztbmv_L.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  2914.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  2915.           ^
  2916. ztbmv_U.c: In function ‘ztbmv_TLU’:
  2917. ztbmv_U.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  2918.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  2919.           ^
  2920. ztbmv_L.c: In function ‘ztbmv_TUU’:
  2921. ztbmv_L.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  2922.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  2923.           ^
  2924. ztbmv_U.c: In function ‘ztbmv_TLN’:
  2925. ztbmv_U.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  2926.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  2927.           ^
  2928. ztbmv_U.c: In function ‘ztbmv_RUN’:
  2929. ztbmv_U.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  2930.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  2931.           ^
  2932. ztbmv_L.c: In function ‘ztbmv_RLU’:
  2933. ztbmv_L.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  2934.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  2935.           ^
  2936. ztbmv_U.c: In function ‘ztbmv_RUU’:
  2937. ztbmv_U.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  2938.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  2939.           ^
  2940. ztbmv_L.c: In function ‘ztbmv_RLN’:
  2941. ztbmv_L.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  2942.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  2943.           ^
  2944. ztbmv_L.c: In function ‘ztbmv_CUU’:
  2945. ztbmv_L.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  2946.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  2947.           ^
  2948. ztbmv_U.c: In function ‘ztbmv_CLU’:
  2949. ztbmv_U.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  2950.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  2951.           ^
  2952. ztbmv_L.c: In function ‘ztbmv_CUN’:
  2953. ztbmv_L.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  2954.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  2955.           ^
  2956. ztbmv_U.c: In function ‘ztbmv_CLN’:
  2957. ztbmv_U.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  2958.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  2959.           ^
  2960. ztbsv_U.c: In function ‘ztbsv_NUN’:
  2961. ztbsv_U.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  2962.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  2963.           ^
  2964. ztbsv_U.c: In function ‘ztbsv_NUU’:
  2965. ztbsv_U.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  2966.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  2967.           ^
  2968. ztbsv_L.c: In function ‘ztbsv_NLU’:
  2969. ztbsv_L.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  2970.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  2971.           ^
  2972. ztbsv_L.c: In function ‘ztbsv_NLN’:
  2973. ztbsv_L.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  2974.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  2975.           ^
  2976. ztbsv_L.c: In function ‘ztbsv_TUU’:
  2977. ztbsv_L.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  2978.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  2979.           ^
  2980. ztbsv_L.c: In function ‘ztbsv_TUN’:
  2981. ztbsv_L.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  2982.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  2983.           ^
  2984. ztbsv_U.c: In function ‘ztbsv_TLU’:
  2985. ztbsv_U.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  2986.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  2987.           ^
  2988. ztbsv_U.c: In function ‘ztbsv_TLN’:
  2989. ztbsv_U.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  2990.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  2991.           ^
  2992. ztbsv_U.c: In function ‘ztbsv_RUU’:
  2993. ztbsv_U.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  2994.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  2995.           ^
  2996. ztbsv_U.c: In function ‘ztbsv_RUN’:
  2997. ztbsv_U.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  2998.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  2999.           ^
  3000. ztbsv_L.c: In function ‘ztbsv_RLU’:
  3001. ztbsv_L.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  3002.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  3003.           ^
  3004. ztbsv_L.c: In function ‘ztbsv_RLN’:
  3005. ztbsv_L.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  3006.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  3007.           ^
  3008. ztbsv_L.c: In function ‘ztbsv_CUN’:
  3009. ztbsv_L.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  3010.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  3011.           ^
  3012. ztbsv_L.c: In function ‘ztbsv_CUU’:
  3013. ztbsv_L.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  3014.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  3015.           ^
  3016. ztbsv_U.c: In function ‘ztbsv_CLU’:
  3017. ztbsv_U.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  3018.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  3019.           ^
  3020. ztbsv_U.c: In function ‘ztbsv_CLN’:
  3021. ztbsv_U.c:48:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  3022.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  3023.           ^
  3024. ztpmv_L.c: In function ‘ztpmv_NLU’:
  3025. ztpmv_L.c:52:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  3026.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  3027.           ^
  3028. ztpmv_U.c: In function ‘ztpmv_NUU’:
  3029. ztpmv_U.c:52:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  3030.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  3031.           ^
  3032. ztpmv_U.c: In function ‘ztpmv_NUN’:
  3033. ztpmv_U.c:52:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  3034.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  3035.           ^
  3036. ztpmv_L.c: In function ‘ztpmv_NLN’:
  3037. ztpmv_L.c:52:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  3038.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  3039.           ^
  3040. ztpmv_L.c: In function ‘ztpmv_TUU’:
  3041. ztpmv_L.c:52:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  3042.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  3043.           ^
  3044. ztpmv_L.c: In function ‘ztpmv_TUN’:
  3045. ztpmv_L.c:52:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  3046.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  3047.           ^
  3048. ztpmv_U.c: In function ‘ztpmv_TLU’:
  3049. ztpmv_U.c:52:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  3050.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  3051.           ^
  3052. ztpmv_U.c: In function ‘ztpmv_TLN’:
  3053. ztpmv_U.c:52:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  3054.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  3055.           ^
  3056. ztpmv_U.c: In function ‘ztpmv_RUU’:
  3057. ztpmv_U.c:52:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  3058.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  3059.           ^
  3060. ztpmv_U.c: In function ‘ztpmv_RUN’:
  3061. ztpmv_U.c:52:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  3062.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  3063.           ^
  3064. ztpmv_L.c: In function ‘ztpmv_RLU’:
  3065. ztpmv_L.c:52:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  3066.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  3067.           ^
  3068. ztpmv_L.c: In function ‘ztpmv_RLN’:
  3069. ztpmv_L.c:52:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  3070.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  3071.           ^
  3072. ztpmv_L.c: In function ‘ztpmv_CUU’:
  3073. ztpmv_L.c:52:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  3074.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  3075.           ^
  3076. ztpmv_L.c: In function ‘ztpmv_CUN’:
  3077. ztpmv_L.c:52:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  3078.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  3079.           ^
  3080. ztpmv_U.c: In function ‘ztpmv_CLU’:
  3081. ztpmv_U.c:52:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  3082.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  3083.           ^
  3084. ztpmv_U.c: In function ‘ztpmv_CLN’:
  3085. ztpmv_U.c:52:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  3086.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  3087.           ^
  3088. ztpsv_U.c: In function ‘ztpsv_NUU’:
  3089. ztpsv_U.c:52:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  3090.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  3091.           ^
  3092. ztpsv_U.c: In function ‘ztpsv_NUN’:
  3093. ztpsv_U.c:52:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  3094.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  3095.           ^
  3096. ztpsv_L.c: In function ‘ztpsv_NLU’:
  3097. ztpsv_L.c:54:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  3098.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  3099.           ^
  3100. ztpsv_L.c: In function ‘ztpsv_NLN’:
  3101. ztpsv_L.c:54:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  3102.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  3103.           ^
  3104. ztpsv_L.c: In function ‘ztpsv_TUU’:
  3105. ztpsv_L.c:54:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  3106.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  3107.           ^
  3108. ztpsv_U.c: In function ‘ztpsv_TLU’:
  3109. ztpsv_U.c:52:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  3110.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  3111.           ^
  3112. ztpsv_L.c: In function ‘ztpsv_TUN’:
  3113. ztpsv_L.c:54:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  3114.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  3115.           ^
  3116. ztpsv_U.c: In function ‘ztpsv_TLN’:
  3117. ztpsv_U.c:52:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  3118.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  3119.           ^
  3120. ztpsv_U.c: In function ‘ztpsv_RUU’:
  3121. ztpsv_U.c:52:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  3122.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  3123.           ^
  3124. ztpsv_U.c: In function ‘ztpsv_RUN’:
  3125. ztpsv_U.c:52:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  3126.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  3127.           ^
  3128. ztpsv_L.c: In function ‘ztpsv_RLU’:
  3129. ztpsv_L.c:54:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  3130.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  3131.           ^
  3132. ztpsv_L.c: In function ‘ztpsv_RLN’:
  3133. ztpsv_L.c:54:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  3134.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  3135.           ^
  3136. ztpsv_L.c: In function ‘ztpsv_CUU’:
  3137. ztpsv_L.c:54:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  3138.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  3139.           ^
  3140. ztpsv_L.c: In function ‘ztpsv_CUN’:
  3141. ztpsv_L.c:54:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  3142.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  3143.           ^
  3144. ztpsv_U.c: In function ‘ztpsv_CLU’:
  3145. ztpsv_U.c:52:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  3146.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  3147.           ^
  3148. ztpsv_U.c: In function ‘ztpsv_CLN’:
  3149. ztpsv_U.c:52:10: warning: variable ‘gemvbuffer’ set but not used [-Wunused-but-set-variable]
  3150.    FLOAT *gemvbuffer = (FLOAT *)buffer;
  3151.           ^
  3152. symv_thread.c: In function ‘symv_kernel’:
  3153. symv_thread.c:58:23: warning: variable ‘incy’ set but not used [-Wunused-but-set-variable]
  3154.    BLASLONG lda, incx, incy;
  3155.                        ^
  3156. symv_thread.c: In function ‘symv_kernel’:
  3157. symv_thread.c:58:23: warning: variable ‘incy’ set but not used [-Wunused-but-set-variable]
  3158.    BLASLONG lda, incx, incy;
  3159.                        ^
  3160. symv_thread.c: In function ‘symv_kernel’:
  3161. symv_thread.c:58:23: warning: variable ‘incy’ set but not used [-Wunused-but-set-variable]
  3162.    BLASLONG lda, incx, incy;
  3163.                        ^
  3164. symv_thread.c: In function ‘symv_kernel’:
  3165. symv_thread.c:58:23: warning: variable ‘incy’ set but not used [-Wunused-but-set-variable]
  3166.    BLASLONG lda, incx, incy;
  3167.                        ^
  3168. symv_thread.c: In function ‘symv_kernel’:
  3169. symv_thread.c:58:23: warning: variable ‘incy’ set but not used [-Wunused-but-set-variable]
  3170.    BLASLONG lda, incx, incy;
  3171.                        ^
  3172. symv_thread.c: In function ‘symv_kernel’:
  3173. symv_thread.c:58:23: warning: variable ‘incy’ set but not used [-Wunused-but-set-variable]
  3174.    BLASLONG lda, incx, incy;
  3175.                        ^
  3176. spr_thread.c: In function ‘syr_kernel’:
  3177. spr_thread.c:50:9: warning: variable ‘alpha_i’ set but not used [-Wunused-but-set-variable]
  3178.    FLOAT alpha_i;
  3179.          ^
  3180. spr_thread.c: In function ‘syr_kernel’:
  3181. spr_thread.c:50:9: warning: variable ‘alpha_i’ set but not used [-Wunused-but-set-variable]
  3182.    FLOAT alpha_i;
  3183.          ^
  3184. spr_thread.c: In function ‘syr_kernel’:
  3185. spr_thread.c:50:9: warning: variable ‘alpha_i’ set but not used [-Wunused-but-set-variable]
  3186.    FLOAT alpha_i;
  3187.          ^
  3188. spr_thread.c: In function ‘syr_kernel’:
  3189. spr_thread.c:50:9: warning: variable ‘alpha_i’ set but not used [-Wunused-but-set-variable]
  3190.    FLOAT alpha_i;
  3191.          ^
  3192. spr2_thread.c: In function ‘syr_kernel’:
  3193. spr2_thread.c:46:12: warning: variable ‘lda’ set but not used [-Wunused-but-set-variable]
  3194.    BLASLONG lda, incx, incy;
  3195.             ^
  3196. spr2_thread.c: In function ‘syr_kernel’:
  3197. spr2_thread.c:46:12: warning: variable ‘lda’ set but not used [-Wunused-but-set-variable]
  3198.    BLASLONG lda, incx, incy;
  3199.             ^
  3200. spr2_thread.c: In function ‘syr_kernel’:
  3201. spr2_thread.c:46:12: warning: variable ‘lda’ set but not used [-Wunused-but-set-variable]
  3202.    BLASLONG lda, incx, incy;
  3203.             ^
  3204. spr2_thread.c: In function ‘syr_kernel’:
  3205. spr2_thread.c:46:12: warning: variable ‘lda’ set but not used [-Wunused-but-set-variable]
  3206.    BLASLONG lda, incx, incy;
  3207.             ^
  3208. spr2_thread.c: In function ‘syr_kernel’:
  3209. spr2_thread.c:46:12: warning: variable ‘lda’ set but not used [-Wunused-but-set-variable]
  3210.    BLASLONG lda, incx, incy;
  3211.             ^
  3212. spr2_thread.c: In function ‘syr_kernel’:
  3213. spr2_thread.c:46:12: warning: variable ‘lda’ set but not used [-Wunused-but-set-variable]
  3214.    BLASLONG lda, incx, incy;
  3215.             ^
  3216. spmv_thread.c: In function ‘spmv_kernel’:
  3217. spmv_thread.c:58:18: warning: variable ‘incy’ set but not used [-Wunused-but-set-variable]
  3218.    BLASLONG incx, incy;
  3219.                   ^
  3220. spmv_thread.c: In function ‘spmv_kernel’:
  3221. spmv_thread.c:58:18: warning: variable ‘incy’ set but not used [-Wunused-but-set-variable]
  3222.    BLASLONG incx, incy;
  3223.                   ^
  3224. spmv_thread.c: In function ‘spmv_kernel’:
  3225. spmv_thread.c:58:18: warning: variable ‘incy’ set but not used [-Wunused-but-set-variable]
  3226.    BLASLONG incx, incy;
  3227.                   ^
  3228. spmv_thread.c: In function ‘spmv_kernel’:
  3229. spmv_thread.c:58:18: warning: variable ‘incy’ set but not used [-Wunused-but-set-variable]
  3230.    BLASLONG incx, incy;
  3231.                   ^
  3232. spmv_thread.c: In function ‘spmv_kernel’:
  3233. spmv_thread.c:58:18: warning: variable ‘incy’ set but not used [-Wunused-but-set-variable]
  3234.    BLASLONG incx, incy;
  3235.                   ^
  3236. spmv_thread.c: In function ‘spmv_kernel’:
  3237. spmv_thread.c:58:18: warning: variable ‘incy’ set but not used [-Wunused-but-set-variable]
  3238.    BLASLONG incx, incy;
  3239.                   ^
  3240. In file included from gemm.c:63:0:
  3241. level3_thread.c: In function ‘inner_thread’:
  3242. level3_thread.c:233:22: warning: variable ‘l2size’ set but not used [-Wunused-but-set-variable]
  3243.    BLASLONG l1stride, l2size;
  3244.                       ^
  3245. level3_thread.c: In function ‘sgemm_thread_nn’:
  3246. level3_thread.c:685:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  3247.    BLASLONG n = args -> n;
  3248.             ^
  3249. level3_thread.c:684:12: warning: variable ‘m’ set but not used [-Wunused-but-set-variable]
  3250.    BLASLONG m = args -> m;
  3251.             ^
  3252. In file included from gemm.c:63:0:
  3253. level3_thread.c: In function ‘inner_thread’:
  3254. level3_thread.c:233:22: warning: variable ‘l2size’ set but not used [-Wunused-but-set-variable]
  3255.    BLASLONG l1stride, l2size;
  3256.                       ^
  3257. level3_thread.c: In function ‘sgemm_thread_nt’:
  3258. level3_thread.c:685:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  3259.    BLASLONG n = args -> n;
  3260.             ^
  3261. level3_thread.c:684:12: warning: variable ‘m’ set but not used [-Wunused-but-set-variable]
  3262.    BLASLONG m = args -> m;
  3263.             ^
  3264. In file included from gemm.c:63:0:
  3265. level3_thread.c: In function ‘inner_thread’:
  3266. level3_thread.c:233:22: warning: variable ‘l2size’ set but not used [-Wunused-but-set-variable]
  3267.    BLASLONG l1stride, l2size;
  3268.                       ^
  3269. level3_thread.c: In function ‘sgemm_thread_tn’:
  3270. level3_thread.c:685:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  3271.    BLASLONG n = args -> n;
  3272.             ^
  3273. level3_thread.c:684:12: warning: variable ‘m’ set but not used [-Wunused-but-set-variable]
  3274.    BLASLONG m = args -> m;
  3275.             ^
  3276. In file included from gemm.c:63:0:
  3277. level3_thread.c: In function ‘inner_thread’:
  3278. level3_thread.c:233:22: warning: variable ‘l2size’ set but not used [-Wunused-but-set-variable]
  3279.    BLASLONG l1stride, l2size;
  3280.                       ^
  3281. level3_thread.c: In function ‘sgemm_thread_tt’:
  3282. level3_thread.c:685:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  3283.    BLASLONG n = args -> n;
  3284.             ^
  3285. level3_thread.c:684:12: warning: variable ‘m’ set but not used [-Wunused-but-set-variable]
  3286.    BLASLONG m = args -> m;
  3287.             ^
  3288. In file included from symm_k.c:77:0:
  3289. level3_thread.c: In function ‘inner_thread’:
  3290. level3_thread.c:233:22: warning: variable ‘l2size’ set but not used [-Wunused-but-set-variable]
  3291.    BLASLONG l1stride, l2size;
  3292.                       ^
  3293. level3_thread.c: In function ‘ssymm_thread_LL’:
  3294. level3_thread.c:685:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  3295.    BLASLONG n = args -> n;
  3296.             ^
  3297. level3_thread.c:684:12: warning: variable ‘m’ set but not used [-Wunused-but-set-variable]
  3298.    BLASLONG m = args -> m;
  3299.             ^
  3300. In file included from symm_k.c:77:0:
  3301. level3_thread.c: In function ‘inner_thread’:
  3302. level3_thread.c:233:22: warning: variable ‘l2size’ set but not used [-Wunused-but-set-variable]
  3303.    BLASLONG l1stride, l2size;
  3304.                       ^
  3305. level3_thread.c: In function ‘ssymm_thread_LU’:
  3306. level3_thread.c:685:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  3307.    BLASLONG n = args -> n;
  3308.             ^
  3309. level3_thread.c:684:12: warning: variable ‘m’ set but not used [-Wunused-but-set-variable]
  3310.    BLASLONG m = args -> m;
  3311.             ^
  3312. In file included from symm_k.c:77:0:
  3313. level3_thread.c: In function ‘inner_thread’:
  3314. level3_thread.c:233:22: warning: variable ‘l2size’ set but not used [-Wunused-but-set-variable]
  3315.    BLASLONG l1stride, l2size;
  3316.                       ^
  3317. level3_thread.c: In function ‘ssymm_thread_RU’:
  3318. level3_thread.c:685:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  3319.    BLASLONG n = args -> n;
  3320.             ^
  3321. level3_thread.c:684:12: warning: variable ‘m’ set but not used [-Wunused-but-set-variable]
  3322.    BLASLONG m = args -> m;
  3323.             ^
  3324. In file included from symm_k.c:77:0:
  3325. level3_thread.c: In function ‘inner_thread’:
  3326. level3_thread.c:233:22: warning: variable ‘l2size’ set but not used [-Wunused-but-set-variable]
  3327.    BLASLONG l1stride, l2size;
  3328.                       ^
  3329. level3_thread.c: In function ‘ssymm_thread_RL’:
  3330. level3_thread.c:685:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  3331.    BLASLONG n = args -> n;
  3332.             ^
  3333. level3_thread.c:684:12: warning: variable ‘m’ set but not used [-Wunused-but-set-variable]
  3334.    BLASLONG m = args -> m;
  3335.             ^
  3336. In file included from gemm.c:63:0:
  3337. level3_thread.c: In function ‘inner_thread’:
  3338. level3_thread.c:233:22: warning: variable ‘l2size’ set but not used [-Wunused-but-set-variable]
  3339.    BLASLONG l1stride, l2size;
  3340.                       ^
  3341. level3_thread.c: In function ‘dgemm_thread_nn’:
  3342. level3_thread.c:685:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  3343.    BLASLONG n = args -> n;
  3344.             ^
  3345. level3_thread.c:684:12: warning: variable ‘m’ set but not used [-Wunused-but-set-variable]
  3346.    BLASLONG m = args -> m;
  3347.             ^
  3348. In file included from gemm.c:63:0:
  3349. level3_thread.c: In function ‘inner_thread’:
  3350. level3_thread.c:233:22: warning: variable ‘l2size’ set but not used [-Wunused-but-set-variable]
  3351.    BLASLONG l1stride, l2size;
  3352.                       ^
  3353. level3_thread.c: In function ‘dgemm_thread_nt’:
  3354. level3_thread.c:685:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  3355.    BLASLONG n = args -> n;
  3356.             ^
  3357. level3_thread.c:684:12: warning: variable ‘m’ set but not used [-Wunused-but-set-variable]
  3358.    BLASLONG m = args -> m;
  3359.             ^
  3360. In file included from gemm.c:63:0:
  3361. level3_thread.c: In function ‘inner_thread’:
  3362. level3_thread.c:233:22: warning: variable ‘l2size’ set but not used [-Wunused-but-set-variable]
  3363.    BLASLONG l1stride, l2size;
  3364.                       ^
  3365. level3_thread.c: In function ‘dgemm_thread_tn’:
  3366. level3_thread.c:685:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  3367.    BLASLONG n = args -> n;
  3368.             ^
  3369. level3_thread.c:684:12: warning: variable ‘m’ set but not used [-Wunused-but-set-variable]
  3370.    BLASLONG m = args -> m;
  3371.             ^
  3372. In file included from gemm.c:63:0:
  3373. level3_thread.c: In function ‘inner_thread’:
  3374. level3_thread.c:233:22: warning: variable ‘l2size’ set but not used [-Wunused-but-set-variable]
  3375.    BLASLONG l1stride, l2size;
  3376.                       ^
  3377. level3_thread.c: In function ‘dgemm_thread_tt’:
  3378. level3_thread.c:685:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  3379.    BLASLONG n = args -> n;
  3380.             ^
  3381. level3_thread.c:684:12: warning: variable ‘m’ set but not used [-Wunused-but-set-variable]
  3382.    BLASLONG m = args -> m;
  3383.             ^
  3384. In file included from symm_k.c:77:0:
  3385. level3_thread.c: In function ‘inner_thread’:
  3386. level3_thread.c:233:22: warning: variable ‘l2size’ set but not used [-Wunused-but-set-variable]
  3387.    BLASLONG l1stride, l2size;
  3388.                       ^
  3389. level3_thread.c: In function ‘dsymm_thread_LL’:
  3390. level3_thread.c:685:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  3391.    BLASLONG n = args -> n;
  3392.             ^
  3393. level3_thread.c:684:12: warning: variable ‘m’ set but not used [-Wunused-but-set-variable]
  3394.    BLASLONG m = args -> m;
  3395.             ^
  3396. In file included from symm_k.c:77:0:
  3397. level3_thread.c: In function ‘inner_thread’:
  3398. level3_thread.c:233:22: warning: variable ‘l2size’ set but not used [-Wunused-but-set-variable]
  3399.    BLASLONG l1stride, l2size;
  3400.                       ^
  3401. level3_thread.c: In function ‘dsymm_thread_LU’:
  3402. level3_thread.c:685:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  3403.    BLASLONG n = args -> n;
  3404.             ^
  3405. level3_thread.c:684:12: warning: variable ‘m’ set but not used [-Wunused-but-set-variable]
  3406.    BLASLONG m = args -> m;
  3407.             ^
  3408. In file included from symm_k.c:77:0:
  3409. level3_thread.c: In function ‘inner_thread’:
  3410. level3_thread.c:233:22: warning: variable ‘l2size’ set but not used [-Wunused-but-set-variable]
  3411.    BLASLONG l1stride, l2size;
  3412.                       ^
  3413. level3_thread.c: In function ‘dsymm_thread_RU’:
  3414. level3_thread.c:685:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  3415.    BLASLONG n = args -> n;
  3416.             ^
  3417. level3_thread.c:684:12: warning: variable ‘m’ set but not used [-Wunused-but-set-variable]
  3418.    BLASLONG m = args -> m;
  3419.             ^
  3420. In file included from symm_k.c:77:0:
  3421. level3_thread.c: In function ‘inner_thread’:
  3422. level3_thread.c:233:22: warning: variable ‘l2size’ set but not used [-Wunused-but-set-variable]
  3423.    BLASLONG l1stride, l2size;
  3424.                       ^
  3425. level3_thread.c: In function ‘dsymm_thread_RL’:
  3426. level3_thread.c:685:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  3427.    BLASLONG n = args -> n;
  3428.             ^
  3429. level3_thread.c:684:12: warning: variable ‘m’ set but not used [-Wunused-but-set-variable]
  3430.    BLASLONG m = args -> m;
  3431.             ^
  3432. In file included from gemm.c:63:0:
  3433. level3_thread.c: In function ‘inner_thread’:
  3434. level3_thread.c:233:22: warning: variable ‘l2size’ set but not used [-Wunused-but-set-variable]
  3435.    BLASLONG l1stride, l2size;
  3436.                       ^
  3437. level3_thread.c: In function ‘cgemm_thread_nn’:
  3438. level3_thread.c:685:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  3439.    BLASLONG n = args -> n;
  3440.             ^
  3441. level3_thread.c:684:12: warning: variable ‘m’ set but not used [-Wunused-but-set-variable]
  3442.    BLASLONG m = args -> m;
  3443.             ^
  3444. In file included from gemm.c:63:0:
  3445. level3_thread.c: In function ‘inner_thread’:
  3446. level3_thread.c:233:22: warning: variable ‘l2size’ set but not used [-Wunused-but-set-variable]
  3447.    BLASLONG l1stride, l2size;
  3448.                       ^
  3449. level3_thread.c: In function ‘cgemm_thread_nt’:
  3450. level3_thread.c:685:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  3451.    BLASLONG n = args -> n;
  3452.             ^
  3453. level3_thread.c:684:12: warning: variable ‘m’ set but not used [-Wunused-but-set-variable]
  3454.    BLASLONG m = args -> m;
  3455.             ^
  3456. In file included from gemm.c:63:0:
  3457. level3_thread.c: In function ‘inner_thread’:
  3458. level3_thread.c:233:22: warning: variable ‘l2size’ set but not used [-Wunused-but-set-variable]
  3459.    BLASLONG l1stride, l2size;
  3460.                       ^
  3461. level3_thread.c: In function ‘cgemm_thread_nr’:
  3462. level3_thread.c:685:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  3463.    BLASLONG n = args -> n;
  3464.             ^
  3465. level3_thread.c:684:12: warning: variable ‘m’ set but not used [-Wunused-but-set-variable]
  3466.    BLASLONG m = args -> m;
  3467.             ^
  3468. In file included from gemm.c:63:0:
  3469. level3_thread.c: In function ‘inner_thread’:
  3470. level3_thread.c:233:22: warning: variable ‘l2size’ set but not used [-Wunused-but-set-variable]
  3471.    BLASLONG l1stride, l2size;
  3472.                       ^
  3473. level3_thread.c: In function ‘cgemm_thread_nc’:
  3474. level3_thread.c:685:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  3475.    BLASLONG n = args -> n;
  3476.             ^
  3477. level3_thread.c:684:12: warning: variable ‘m’ set but not used [-Wunused-but-set-variable]
  3478.    BLASLONG m = args -> m;
  3479.             ^
  3480. In file included from gemm.c:63:0:
  3481. level3_thread.c: In function ‘inner_thread’:
  3482. level3_thread.c:233:22: warning: variable ‘l2size’ set but not used [-Wunused-but-set-variable]
  3483.    BLASLONG l1stride, l2size;
  3484.                       ^
  3485. level3_thread.c: In function ‘cgemm_thread_tn’:
  3486. level3_thread.c:685:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  3487.    BLASLONG n = args -> n;
  3488.             ^
  3489. level3_thread.c:684:12: warning: variable ‘m’ set but not used [-Wunused-but-set-variable]
  3490.    BLASLONG m = args -> m;
  3491.             ^
  3492. In file included from gemm.c:63:0:
  3493. level3_thread.c: In function ‘inner_thread’:
  3494. level3_thread.c:233:22: warning: variable ‘l2size’ set but not used [-Wunused-but-set-variable]
  3495.    BLASLONG l1stride, l2size;
  3496.                       ^
  3497. level3_thread.c: In function ‘cgemm_thread_tr’:
  3498. level3_thread.c:685:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  3499.    BLASLONG n = args -> n;
  3500.             ^
  3501. level3_thread.c:684:12: warning: variable ‘m’ set but not used [-Wunused-but-set-variable]
  3502.    BLASLONG m = args -> m;
  3503.             ^
  3504. In file included from gemm.c:63:0:
  3505. level3_thread.c: In function ‘inner_thread’:
  3506. level3_thread.c:233:22: warning: variable ‘l2size’ set but not used [-Wunused-but-set-variable]
  3507.    BLASLONG l1stride, l2size;
  3508.                       ^
  3509. level3_thread.c: In function ‘cgemm_thread_tt’:
  3510. level3_thread.c:685:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  3511.    BLASLONG n = args -> n;
  3512.             ^
  3513. level3_thread.c:684:12: warning: variable ‘m’ set but not used [-Wunused-but-set-variable]
  3514.    BLASLONG m = args -> m;
  3515.             ^
  3516. In file included from gemm.c:63:0:
  3517. level3_thread.c: In function ‘inner_thread’:
  3518. level3_thread.c:233:22: warning: variable ‘l2size’ set but not used [-Wunused-but-set-variable]
  3519.    BLASLONG l1stride, l2size;
  3520.                       ^
  3521. level3_thread.c: In function ‘cgemm_thread_tc’:
  3522. level3_thread.c:685:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  3523.    BLASLONG n = args -> n;
  3524.             ^
  3525. level3_thread.c:684:12: warning: variable ‘m’ set but not used [-Wunused-but-set-variable]
  3526.    BLASLONG m = args -> m;
  3527.             ^
  3528. In file included from gemm.c:63:0:
  3529. level3_thread.c: In function ‘inner_thread’:
  3530. level3_thread.c:233:22: warning: variable ‘l2size’ set but not used [-Wunused-but-set-variable]
  3531.    BLASLONG l1stride, l2size;
  3532.                       ^
  3533. level3_thread.c: In function ‘cgemm_thread_rn’:
  3534. level3_thread.c:685:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  3535.    BLASLONG n = args -> n;
  3536.             ^
  3537. level3_thread.c:684:12: warning: variable ‘m’ set but not used [-Wunused-but-set-variable]
  3538.    BLASLONG m = args -> m;
  3539.             ^
  3540. In file included from gemm.c:63:0:
  3541. level3_thread.c: In function ‘inner_thread’:
  3542. level3_thread.c:233:22: warning: variable ‘l2size’ set but not used [-Wunused-but-set-variable]
  3543.    BLASLONG l1stride, l2size;
  3544.                       ^
  3545. level3_thread.c: In function ‘cgemm_thread_rt’:
  3546. level3_thread.c:685:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  3547.    BLASLONG n = args -> n;
  3548.             ^
  3549. level3_thread.c:684:12: warning: variable ‘m’ set but not used [-Wunused-but-set-variable]
  3550.    BLASLONG m = args -> m;
  3551.             ^
  3552. In file included from gemm.c:63:0:
  3553. level3_thread.c: In function ‘inner_thread’:
  3554. level3_thread.c:233:22: warning: variable ‘l2size’ set but not used [-Wunused-but-set-variable]
  3555.    BLASLONG l1stride, l2size;
  3556.                       ^
  3557. level3_thread.c: In function ‘cgemm_thread_rr’:
  3558. level3_thread.c:685:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  3559.    BLASLONG n = args -> n;
  3560.             ^
  3561. level3_thread.c:684:12: warning: variable ‘m’ set but not used [-Wunused-but-set-variable]
  3562.    BLASLONG m = args -> m;
  3563.             ^
  3564. In file included from gemm.c:63:0:
  3565. level3_thread.c: In function ‘inner_thread’:
  3566. level3_thread.c:233:22: warning: variable ‘l2size’ set but not used [-Wunused-but-set-variable]
  3567.    BLASLONG l1stride, l2size;
  3568.                       ^
  3569. level3_thread.c: In function ‘cgemm_thread_rc’:
  3570. level3_thread.c:685:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  3571.    BLASLONG n = args -> n;
  3572.             ^
  3573. level3_thread.c:684:12: warning: variable ‘m’ set but not used [-Wunused-but-set-variable]
  3574.    BLASLONG m = args -> m;
  3575.             ^
  3576. In file included from gemm.c:63:0:
  3577. level3_thread.c: In function ‘inner_thread’:
  3578. level3_thread.c:233:22: warning: variable ‘l2size’ set but not used [-Wunused-but-set-variable]
  3579.    BLASLONG l1stride, l2size;
  3580.                       ^
  3581. level3_thread.c: In function ‘cgemm_thread_cn’:
  3582. level3_thread.c:685:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  3583.    BLASLONG n = args -> n;
  3584.             ^
  3585. level3_thread.c:684:12: warning: variable ‘m’ set but not used [-Wunused-but-set-variable]
  3586.    BLASLONG m = args -> m;
  3587.             ^
  3588. In file included from gemm.c:63:0:
  3589. level3_thread.c: In function ‘inner_thread’:
  3590. level3_thread.c:233:22: warning: variable ‘l2size’ set but not used [-Wunused-but-set-variable]
  3591.    BLASLONG l1stride, l2size;
  3592.                       ^
  3593. level3_thread.c: In function ‘cgemm_thread_ct’:
  3594. level3_thread.c:685:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  3595.    BLASLONG n = args -> n;
  3596.             ^
  3597. level3_thread.c:684:12: warning: variable ‘m’ set but not used [-Wunused-but-set-variable]
  3598.    BLASLONG m = args -> m;
  3599.             ^
  3600. In file included from gemm.c:63:0:
  3601. level3_thread.c: In function ‘inner_thread’:
  3602. level3_thread.c:233:22: warning: variable ‘l2size’ set but not used [-Wunused-but-set-variable]
  3603.    BLASLONG l1stride, l2size;
  3604.                       ^
  3605. level3_thread.c: In function ‘cgemm_thread_cr’:
  3606. level3_thread.c:685:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  3607.    BLASLONG n = args -> n;
  3608.             ^
  3609. level3_thread.c:684:12: warning: variable ‘m’ set but not used [-Wunused-but-set-variable]
  3610.    BLASLONG m = args -> m;
  3611.             ^
  3612. In file included from gemm.c:63:0:
  3613. level3_thread.c: In function ‘inner_thread’:
  3614. level3_thread.c:233:22: warning: variable ‘l2size’ set but not used [-Wunused-but-set-variable]
  3615.    BLASLONG l1stride, l2size;
  3616.                       ^
  3617. level3_thread.c: In function ‘cgemm_thread_cc’:
  3618. level3_thread.c:685:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  3619.    BLASLONG n = args -> n;
  3620.             ^
  3621. level3_thread.c:684:12: warning: variable ‘m’ set but not used [-Wunused-but-set-variable]
  3622.    BLASLONG m = args -> m;
  3623.             ^
  3624. In file included from symm_k.c:77:0:
  3625. level3_thread.c: In function ‘inner_thread’:
  3626. level3_thread.c:233:22: warning: variable ‘l2size’ set but not used [-Wunused-but-set-variable]
  3627.    BLASLONG l1stride, l2size;
  3628.                       ^
  3629. level3_thread.c: In function ‘csymm_thread_LU’:
  3630. level3_thread.c:685:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  3631.    BLASLONG n = args -> n;
  3632.             ^
  3633. level3_thread.c:684:12: warning: variable ‘m’ set but not used [-Wunused-but-set-variable]
  3634.    BLASLONG m = args -> m;
  3635.             ^
  3636. In file included from symm_k.c:77:0:
  3637. level3_thread.c: In function ‘inner_thread’:
  3638. level3_thread.c:233:22: warning: variable ‘l2size’ set but not used [-Wunused-but-set-variable]
  3639.    BLASLONG l1stride, l2size;
  3640.                       ^
  3641. level3_thread.c: In function ‘csymm_thread_LL’:
  3642. level3_thread.c:685:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  3643.    BLASLONG n = args -> n;
  3644.             ^
  3645. level3_thread.c:684:12: warning: variable ‘m’ set but not used [-Wunused-but-set-variable]
  3646.    BLASLONG m = args -> m;
  3647.             ^
  3648. In file included from symm_k.c:77:0:
  3649. level3_thread.c: In function ‘inner_thread’:
  3650. level3_thread.c:233:22: warning: variable ‘l2size’ set but not used [-Wunused-but-set-variable]
  3651.    BLASLONG l1stride, l2size;
  3652.                       ^
  3653. level3_thread.c: In function ‘csymm_thread_RU’:
  3654. level3_thread.c:685:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  3655.    BLASLONG n = args -> n;
  3656.             ^
  3657. level3_thread.c:684:12: warning: variable ‘m’ set but not used [-Wunused-but-set-variable]
  3658.    BLASLONG m = args -> m;
  3659.             ^
  3660. In file included from symm_k.c:77:0:
  3661. level3_thread.c: In function ‘inner_thread’:
  3662. level3_thread.c:233:22: warning: variable ‘l2size’ set but not used [-Wunused-but-set-variable]
  3663.    BLASLONG l1stride, l2size;
  3664.                       ^
  3665. level3_thread.c: In function ‘csymm_thread_RL’:
  3666. level3_thread.c:685:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  3667.    BLASLONG n = args -> n;
  3668.             ^
  3669. level3_thread.c:684:12: warning: variable ‘m’ set but not used [-Wunused-but-set-variable]
  3670.    BLASLONG m = args -> m;
  3671.             ^
  3672. In file included from zhemm_k.c:77:0:
  3673. level3_thread.c: In function ‘inner_thread’:
  3674. level3_thread.c:233:22: warning: variable ‘l2size’ set but not used [-Wunused-but-set-variable]
  3675.    BLASLONG l1stride, l2size;
  3676.                       ^
  3677. level3_thread.c: In function ‘chemm_thread_LU’:
  3678. level3_thread.c:685:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  3679.    BLASLONG n = args -> n;
  3680.             ^
  3681. level3_thread.c:684:12: warning: variable ‘m’ set but not used [-Wunused-but-set-variable]
  3682.    BLASLONG m = args -> m;
  3683.             ^
  3684. In file included from zhemm_k.c:77:0:
  3685. level3_thread.c: In function ‘inner_thread’:
  3686. level3_thread.c:233:22: warning: variable ‘l2size’ set but not used [-Wunused-but-set-variable]
  3687.    BLASLONG l1stride, l2size;
  3688.                       ^
  3689. level3_thread.c: In function ‘chemm_thread_LL’:
  3690. level3_thread.c:685:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  3691.    BLASLONG n = args -> n;
  3692.             ^
  3693. level3_thread.c:684:12: warning: variable ‘m’ set but not used [-Wunused-but-set-variable]
  3694.    BLASLONG m = args -> m;
  3695.             ^
  3696. In file included from zhemm_k.c:77:0:
  3697. level3_thread.c: In function ‘inner_thread’:
  3698. level3_thread.c:233:22: warning: variable ‘l2size’ set but not used [-Wunused-but-set-variable]
  3699.    BLASLONG l1stride, l2size;
  3700.                       ^
  3701. level3_thread.c: In function ‘chemm_thread_RU’:
  3702. level3_thread.c:685:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  3703.    BLASLONG n = args -> n;
  3704.             ^
  3705. level3_thread.c:684:12: warning: variable ‘m’ set but not used [-Wunused-but-set-variable]
  3706.    BLASLONG m = args -> m;
  3707.             ^
  3708. In file included from zhemm_k.c:77:0:
  3709. level3_thread.c: In function ‘inner_thread’:
  3710. level3_thread.c:233:22: warning: variable ‘l2size’ set but not used [-Wunused-but-set-variable]
  3711.    BLASLONG l1stride, l2size;
  3712.                       ^
  3713. level3_thread.c: In function ‘chemm_thread_RL’:
  3714. level3_thread.c:685:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  3715.    BLASLONG n = args -> n;
  3716.             ^
  3717. level3_thread.c:684:12: warning: variable ‘m’ set but not used [-Wunused-but-set-variable]
  3718.    BLASLONG m = args -> m;
  3719.             ^
  3720. In file included from gemm3m.c:55:0:
  3721. level3_gemm3m_thread.c: In function ‘cgemm3m_thread_nn’:
  3722. level3_gemm3m_thread.c:977:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  3723.    BLASLONG n = args -> n;
  3724.             ^
  3725. In file included from gemm3m.c:55:0:
  3726. level3_gemm3m_thread.c: In function ‘cgemm3m_thread_nr’:
  3727. level3_gemm3m_thread.c:977:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  3728.    BLASLONG n = args -> n;
  3729.             ^
  3730. In file included from gemm3m.c:55:0:
  3731. level3_gemm3m_thread.c: In function ‘cgemm3m_thread_nt’:
  3732. level3_gemm3m_thread.c:977:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  3733.    BLASLONG n = args -> n;
  3734.             ^
  3735. In file included from gemm3m.c:55:0:
  3736. level3_gemm3m_thread.c: In function ‘cgemm3m_thread_nc’:
  3737. level3_gemm3m_thread.c:977:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  3738.    BLASLONG n = args -> n;
  3739.             ^
  3740. In file included from gemm3m.c:55:0:
  3741. level3_gemm3m_thread.c: In function ‘cgemm3m_thread_tn’:
  3742. level3_gemm3m_thread.c:977:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  3743.    BLASLONG n = args -> n;
  3744.             ^
  3745. In file included from gemm3m.c:55:0:
  3746. level3_gemm3m_thread.c: In function ‘cgemm3m_thread_tt’:
  3747. level3_gemm3m_thread.c:977:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  3748.    BLASLONG n = args -> n;
  3749.             ^
  3750. In file included from gemm3m.c:55:0:
  3751. level3_gemm3m_thread.c: In function ‘cgemm3m_thread_tr’:
  3752. level3_gemm3m_thread.c:977:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  3753.    BLASLONG n = args -> n;
  3754.             ^
  3755. In file included from gemm3m.c:55:0:
  3756. level3_gemm3m_thread.c: In function ‘cgemm3m_thread_tc’:
  3757. level3_gemm3m_thread.c:977:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  3758.    BLASLONG n = args -> n;
  3759.             ^
  3760. In file included from gemm3m.c:55:0:
  3761. level3_gemm3m_thread.c: In function ‘cgemm3m_thread_rn’:
  3762. level3_gemm3m_thread.c:977:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  3763.    BLASLONG n = args -> n;
  3764.             ^
  3765. In file included from gemm3m.c:55:0:
  3766. level3_gemm3m_thread.c: In function ‘cgemm3m_thread_rt’:
  3767. level3_gemm3m_thread.c:977:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  3768.    BLASLONG n = args -> n;
  3769.             ^
  3770. In file included from gemm3m.c:55:0:
  3771. level3_gemm3m_thread.c: In function ‘cgemm3m_thread_rr’:
  3772. level3_gemm3m_thread.c:977:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  3773.    BLASLONG n = args -> n;
  3774.             ^
  3775. In file included from gemm3m.c:55:0:
  3776. level3_gemm3m_thread.c: In function ‘cgemm3m_thread_rc’:
  3777. level3_gemm3m_thread.c:977:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  3778.    BLASLONG n = args -> n;
  3779.             ^
  3780. In file included from gemm3m.c:55:0:
  3781. level3_gemm3m_thread.c: In function ‘cgemm3m_thread_cn’:
  3782. level3_gemm3m_thread.c:977:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  3783.    BLASLONG n = args -> n;
  3784.             ^
  3785. In file included from gemm3m.c:55:0:
  3786. level3_gemm3m_thread.c: In function ‘cgemm3m_thread_cr’:
  3787. level3_gemm3m_thread.c:977:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  3788.    BLASLONG n = args -> n;
  3789.             ^
  3790. In file included from gemm3m.c:55:0:
  3791. level3_gemm3m_thread.c: In function ‘cgemm3m_thread_ct’:
  3792. level3_gemm3m_thread.c:977:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  3793.    BLASLONG n = args -> n;
  3794.             ^
  3795. In file included from gemm3m.c:55:0:
  3796. level3_gemm3m_thread.c: In function ‘cgemm3m_thread_cc’:
  3797. level3_gemm3m_thread.c:977:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  3798.    BLASLONG n = args -> n;
  3799.             ^
  3800. In file included from symm3m_k.c:96:0:
  3801. level3_gemm3m_thread.c: In function ‘csymm3m_thread_LU’:
  3802. level3_gemm3m_thread.c:977:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  3803.    BLASLONG n = args -> n;
  3804.             ^
  3805. In file included from symm3m_k.c:96:0:
  3806. level3_gemm3m_thread.c: In function ‘csymm3m_thread_LL’:
  3807. level3_gemm3m_thread.c:977:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  3808.    BLASLONG n = args -> n;
  3809.             ^
  3810. In file included from symm3m_k.c:96:0:
  3811. level3_gemm3m_thread.c: In function ‘csymm3m_thread_RU’:
  3812. level3_gemm3m_thread.c:977:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  3813.    BLASLONG n = args -> n;
  3814.             ^
  3815. In file included from hemm3m_k.c:96:0:
  3816. level3_gemm3m_thread.c: In function ‘chemm3m_thread_LU’:
  3817. level3_gemm3m_thread.c:977:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  3818.    BLASLONG n = args -> n;
  3819.             ^
  3820. In file included from symm3m_k.c:96:0:
  3821. level3_gemm3m_thread.c: In function ‘csymm3m_thread_RL’:
  3822. level3_gemm3m_thread.c:977:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  3823.    BLASLONG n = args -> n;
  3824.             ^
  3825. In file included from hemm3m_k.c:96:0:
  3826. level3_gemm3m_thread.c: In function ‘chemm3m_thread_LL’:
  3827. level3_gemm3m_thread.c:977:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  3828.    BLASLONG n = args -> n;
  3829.             ^
  3830. In file included from hemm3m_k.c:96:0:
  3831. level3_gemm3m_thread.c: In function ‘chemm3m_thread_RU’:
  3832. level3_gemm3m_thread.c:977:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  3833.    BLASLONG n = args -> n;
  3834.             ^
  3835. In file included from hemm3m_k.c:96:0:
  3836. level3_gemm3m_thread.c: In function ‘chemm3m_thread_RL’:
  3837. level3_gemm3m_thread.c:977:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  3838.    BLASLONG n = args -> n;
  3839.             ^
  3840. In file included from gemm.c:63:0:
  3841. level3_thread.c: In function ‘inner_thread’:
  3842. level3_thread.c:233:22: warning: variable ‘l2size’ set but not used [-Wunused-but-set-variable]
  3843.    BLASLONG l1stride, l2size;
  3844.                       ^
  3845. level3_thread.c: In function ‘zgemm_thread_nn’:
  3846. level3_thread.c:685:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  3847.    BLASLONG n = args -> n;
  3848.             ^
  3849. level3_thread.c:684:12: warning: variable ‘m’ set but not used [-Wunused-but-set-variable]
  3850.    BLASLONG m = args -> m;
  3851.             ^
  3852. In file included from gemm.c:63:0:
  3853. level3_thread.c: In function ‘inner_thread’:
  3854. level3_thread.c:233:22: warning: variable ‘l2size’ set but not used [-Wunused-but-set-variable]
  3855.    BLASLONG l1stride, l2size;
  3856.                       ^
  3857. level3_thread.c: In function ‘zgemm_thread_nt’:
  3858. level3_thread.c:685:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  3859.    BLASLONG n = args -> n;
  3860.             ^
  3861. level3_thread.c:684:12: warning: variable ‘m’ set but not used [-Wunused-but-set-variable]
  3862.    BLASLONG m = args -> m;
  3863.             ^
  3864. In file included from gemm.c:63:0:
  3865. level3_thread.c: In function ‘inner_thread’:
  3866. level3_thread.c:233:22: warning: variable ‘l2size’ set but not used [-Wunused-but-set-variable]
  3867.    BLASLONG l1stride, l2size;
  3868.                       ^
  3869. level3_thread.c: In function ‘zgemm_thread_nr’:
  3870. level3_thread.c:685:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  3871.    BLASLONG n = args -> n;
  3872.             ^
  3873. level3_thread.c:684:12: warning: variable ‘m’ set but not used [-Wunused-but-set-variable]
  3874.    BLASLONG m = args -> m;
  3875.             ^
  3876. In file included from gemm.c:63:0:
  3877. level3_thread.c: In function ‘inner_thread’:
  3878. level3_thread.c:233:22: warning: variable ‘l2size’ set but not used [-Wunused-but-set-variable]
  3879.    BLASLONG l1stride, l2size;
  3880.                       ^
  3881. level3_thread.c: In function ‘zgemm_thread_nc’:
  3882. level3_thread.c:685:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  3883.    BLASLONG n = args -> n;
  3884.             ^
  3885. level3_thread.c:684:12: warning: variable ‘m’ set but not used [-Wunused-but-set-variable]
  3886.    BLASLONG m = args -> m;
  3887.             ^
  3888. In file included from gemm.c:63:0:
  3889. level3_thread.c: In function ‘inner_thread’:
  3890. level3_thread.c:233:22: warning: variable ‘l2size’ set but not used [-Wunused-but-set-variable]
  3891.    BLASLONG l1stride, l2size;
  3892.                       ^
  3893. level3_thread.c: In function ‘zgemm_thread_tn’:
  3894. level3_thread.c:685:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  3895.    BLASLONG n = args -> n;
  3896.             ^
  3897. level3_thread.c:684:12: warning: variable ‘m’ set but not used [-Wunused-but-set-variable]
  3898.    BLASLONG m = args -> m;
  3899.             ^
  3900. In file included from gemm.c:63:0:
  3901. level3_thread.c: In function ‘inner_thread’:
  3902. level3_thread.c:233:22: warning: variable ‘l2size’ set but not used [-Wunused-but-set-variable]
  3903.    BLASLONG l1stride, l2size;
  3904.                       ^
  3905. level3_thread.c: In function ‘zgemm_thread_tt’:
  3906. level3_thread.c:685:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  3907.    BLASLONG n = args -> n;
  3908.             ^
  3909. level3_thread.c:684:12: warning: variable ‘m’ set but not used [-Wunused-but-set-variable]
  3910.    BLASLONG m = args -> m;
  3911.             ^
  3912. In file included from gemm.c:63:0:
  3913. level3_thread.c: In function ‘inner_thread’:
  3914. level3_thread.c:233:22: warning: variable ‘l2size’ set but not used [-Wunused-but-set-variable]
  3915.    BLASLONG l1stride, l2size;
  3916.                       ^
  3917. level3_thread.c: In function ‘zgemm_thread_tr’:
  3918. level3_thread.c:685:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  3919.    BLASLONG n = args -> n;
  3920.             ^
  3921. level3_thread.c:684:12: warning: variable ‘m’ set but not used [-Wunused-but-set-variable]
  3922.    BLASLONG m = args -> m;
  3923.             ^
  3924. In file included from gemm.c:63:0:
  3925. level3_thread.c: In function ‘inner_thread’:
  3926. level3_thread.c:233:22: warning: variable ‘l2size’ set but not used [-Wunused-but-set-variable]
  3927.    BLASLONG l1stride, l2size;
  3928.                       ^
  3929. level3_thread.c: In function ‘zgemm_thread_tc’:
  3930. level3_thread.c:685:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  3931.    BLASLONG n = args -> n;
  3932.             ^
  3933. level3_thread.c:684:12: warning: variable ‘m’ set but not used [-Wunused-but-set-variable]
  3934.    BLASLONG m = args -> m;
  3935.             ^
  3936. In file included from gemm.c:63:0:
  3937. level3_thread.c: In function ‘inner_thread’:
  3938. level3_thread.c:233:22: warning: variable ‘l2size’ set but not used [-Wunused-but-set-variable]
  3939.    BLASLONG l1stride, l2size;
  3940.                       ^
  3941. level3_thread.c: In function ‘zgemm_thread_rn’:
  3942. level3_thread.c:685:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  3943.    BLASLONG n = args -> n;
  3944.             ^
  3945. level3_thread.c:684:12: warning: variable ‘m’ set but not used [-Wunused-but-set-variable]
  3946.    BLASLONG m = args -> m;
  3947.             ^
  3948. In file included from gemm.c:63:0:
  3949. level3_thread.c: In function ‘inner_thread’:
  3950. level3_thread.c:233:22: warning: variable ‘l2size’ set but not used [-Wunused-but-set-variable]
  3951.    BLASLONG l1stride, l2size;
  3952.                       ^
  3953. level3_thread.c: In function ‘zgemm_thread_rt’:
  3954. level3_thread.c:685:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  3955.    BLASLONG n = args -> n;
  3956.             ^
  3957. level3_thread.c:684:12: warning: variable ‘m’ set but not used [-Wunused-but-set-variable]
  3958.    BLASLONG m = args -> m;
  3959.             ^
  3960. In file included from gemm.c:63:0:
  3961. level3_thread.c: In function ‘inner_thread’:
  3962. level3_thread.c:233:22: warning: variable ‘l2size’ set but not used [-Wunused-but-set-variable]
  3963.    BLASLONG l1stride, l2size;
  3964.                       ^
  3965. level3_thread.c: In function ‘zgemm_thread_rr’:
  3966. level3_thread.c:685:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  3967.    BLASLONG n = args -> n;
  3968.             ^
  3969. level3_thread.c:684:12: warning: variable ‘m’ set but not used [-Wunused-but-set-variable]
  3970.    BLASLONG m = args -> m;
  3971.             ^
  3972. In file included from gemm.c:63:0:
  3973. level3_thread.c: In function ‘inner_thread’:
  3974. level3_thread.c:233:22: warning: variable ‘l2size’ set but not used [-Wunused-but-set-variable]
  3975.    BLASLONG l1stride, l2size;
  3976.                       ^
  3977. level3_thread.c: In function ‘zgemm_thread_rc’:
  3978. level3_thread.c:685:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  3979.    BLASLONG n = args -> n;
  3980.             ^
  3981. level3_thread.c:684:12: warning: variable ‘m’ set but not used [-Wunused-but-set-variable]
  3982.    BLASLONG m = args -> m;
  3983.             ^
  3984. In file included from gemm.c:63:0:
  3985. level3_thread.c: In function ‘inner_thread’:
  3986. level3_thread.c:233:22: warning: variable ‘l2size’ set but not used [-Wunused-but-set-variable]
  3987.    BLASLONG l1stride, l2size;
  3988.                       ^
  3989. level3_thread.c: In function ‘zgemm_thread_cn’:
  3990. level3_thread.c:685:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  3991.    BLASLONG n = args -> n;
  3992.             ^
  3993. level3_thread.c:684:12: warning: variable ‘m’ set but not used [-Wunused-but-set-variable]
  3994.    BLASLONG m = args -> m;
  3995.             ^
  3996. In file included from gemm.c:63:0:
  3997. level3_thread.c: In function ‘inner_thread’:
  3998. level3_thread.c:233:22: warning: variable ‘l2size’ set but not used [-Wunused-but-set-variable]
  3999.    BLASLONG l1stride, l2size;
  4000.                       ^
  4001. level3_thread.c: In function ‘zgemm_thread_ct’:
  4002. level3_thread.c:685:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  4003.    BLASLONG n = args -> n;
  4004.             ^
  4005. level3_thread.c:684:12: warning: variable ‘m’ set but not used [-Wunused-but-set-variable]
  4006.    BLASLONG m = args -> m;
  4007.             ^
  4008. In file included from gemm.c:63:0:
  4009. level3_thread.c: In function ‘inner_thread’:
  4010. level3_thread.c:233:22: warning: variable ‘l2size’ set but not used [-Wunused-but-set-variable]
  4011.    BLASLONG l1stride, l2size;
  4012.                       ^
  4013. level3_thread.c: In function ‘zgemm_thread_cr’:
  4014. level3_thread.c:685:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  4015.    BLASLONG n = args -> n;
  4016.             ^
  4017. level3_thread.c:684:12: warning: variable ‘m’ set but not used [-Wunused-but-set-variable]
  4018.    BLASLONG m = args -> m;
  4019.             ^
  4020. In file included from symm_k.c:77:0:
  4021. level3_thread.c: In function ‘inner_thread’:
  4022. level3_thread.c:233:22: warning: variable ‘l2size’ set but not used [-Wunused-but-set-variable]
  4023.    BLASLONG l1stride, l2size;
  4024.                       ^
  4025. level3_thread.c: In function ‘zsymm_thread_LU’:
  4026. level3_thread.c:685:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  4027.    BLASLONG n = args -> n;
  4028.             ^
  4029. level3_thread.c:684:12: warning: variable ‘m’ set but not used [-Wunused-but-set-variable]
  4030.    BLASLONG m = args -> m;
  4031.             ^
  4032. In file included from gemm.c:63:0:
  4033. level3_thread.c: In function ‘inner_thread’:
  4034. level3_thread.c:233:22: warning: variable ‘l2size’ set but not used [-Wunused-but-set-variable]
  4035.    BLASLONG l1stride, l2size;
  4036.                       ^
  4037. level3_thread.c: In function ‘zgemm_thread_cc’:
  4038. level3_thread.c:685:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  4039.    BLASLONG n = args -> n;
  4040.             ^
  4041. level3_thread.c:684:12: warning: variable ‘m’ set but not used [-Wunused-but-set-variable]
  4042.    BLASLONG m = args -> m;
  4043.             ^
  4044. In file included from symm_k.c:77:0:
  4045. level3_thread.c: In function ‘inner_thread’:
  4046. level3_thread.c:233:22: warning: variable ‘l2size’ set but not used [-Wunused-but-set-variable]
  4047.    BLASLONG l1stride, l2size;
  4048.                       ^
  4049. level3_thread.c: In function ‘zsymm_thread_LL’:
  4050. level3_thread.c:685:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  4051.    BLASLONG n = args -> n;
  4052.             ^
  4053. level3_thread.c:684:12: warning: variable ‘m’ set but not used [-Wunused-but-set-variable]
  4054.    BLASLONG m = args -> m;
  4055.             ^
  4056. In file included from symm_k.c:77:0:
  4057. level3_thread.c: In function ‘inner_thread’:
  4058. level3_thread.c:233:22: warning: variable ‘l2size’ set but not used [-Wunused-but-set-variable]
  4059.    BLASLONG l1stride, l2size;
  4060.                       ^
  4061. level3_thread.c: In function ‘zsymm_thread_RU’:
  4062. level3_thread.c:685:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  4063.    BLASLONG n = args -> n;
  4064.             ^
  4065. level3_thread.c:684:12: warning: variable ‘m’ set but not used [-Wunused-but-set-variable]
  4066.    BLASLONG m = args -> m;
  4067.             ^
  4068. In file included from zhemm_k.c:77:0:
  4069. level3_thread.c: In function ‘inner_thread’:
  4070. level3_thread.c:233:22: warning: variable ‘l2size’ set but not used [-Wunused-but-set-variable]
  4071.    BLASLONG l1stride, l2size;
  4072.                       ^
  4073. level3_thread.c: In function ‘zhemm_thread_LU’:
  4074. level3_thread.c:685:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  4075.    BLASLONG n = args -> n;
  4076.             ^
  4077. level3_thread.c:684:12: warning: variable ‘m’ set but not used [-Wunused-but-set-variable]
  4078.    BLASLONG m = args -> m;
  4079.             ^
  4080. In file included from symm_k.c:77:0:
  4081. level3_thread.c: In function ‘inner_thread’:
  4082. level3_thread.c:233:22: warning: variable ‘l2size’ set but not used [-Wunused-but-set-variable]
  4083.    BLASLONG l1stride, l2size;
  4084.                       ^
  4085. level3_thread.c: In function ‘zsymm_thread_RL’:
  4086. level3_thread.c:685:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  4087.    BLASLONG n = args -> n;
  4088.             ^
  4089. level3_thread.c:684:12: warning: variable ‘m’ set but not used [-Wunused-but-set-variable]
  4090.    BLASLONG m = args -> m;
  4091.             ^
  4092. In file included from zhemm_k.c:77:0:
  4093. level3_thread.c: In function ‘inner_thread’:
  4094. level3_thread.c:233:22: warning: variable ‘l2size’ set but not used [-Wunused-but-set-variable]
  4095.    BLASLONG l1stride, l2size;
  4096.                       ^
  4097. level3_thread.c: In function ‘zhemm_thread_LL’:
  4098. level3_thread.c:685:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  4099.    BLASLONG n = args -> n;
  4100.             ^
  4101. level3_thread.c:684:12: warning: variable ‘m’ set but not used [-Wunused-but-set-variable]
  4102.    BLASLONG m = args -> m;
  4103.             ^
  4104. In file included from zhemm_k.c:77:0:
  4105. level3_thread.c: In function ‘inner_thread’:
  4106. level3_thread.c:233:22: warning: variable ‘l2size’ set but not used [-Wunused-but-set-variable]
  4107.    BLASLONG l1stride, l2size;
  4108.                       ^
  4109. level3_thread.c: In function ‘zhemm_thread_RU’:
  4110. level3_thread.c:685:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  4111.    BLASLONG n = args -> n;
  4112.             ^
  4113. level3_thread.c:684:12: warning: variable ‘m’ set but not used [-Wunused-but-set-variable]
  4114.    BLASLONG m = args -> m;
  4115.             ^
  4116. In file included from zhemm_k.c:77:0:
  4117. level3_thread.c: In function ‘inner_thread’:
  4118. level3_thread.c:233:22: warning: variable ‘l2size’ set but not used [-Wunused-but-set-variable]
  4119.    BLASLONG l1stride, l2size;
  4120.                       ^
  4121. level3_thread.c: In function ‘zhemm_thread_RL’:
  4122. level3_thread.c:685:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  4123.    BLASLONG n = args -> n;
  4124.             ^
  4125. level3_thread.c:684:12: warning: variable ‘m’ set but not used [-Wunused-but-set-variable]
  4126.    BLASLONG m = args -> m;
  4127.             ^
  4128. In file included from gemm3m.c:55:0:
  4129. level3_gemm3m_thread.c: In function ‘zgemm3m_thread_nn’:
  4130. level3_gemm3m_thread.c:977:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  4131.    BLASLONG n = args -> n;
  4132.             ^
  4133. In file included from gemm3m.c:55:0:
  4134. level3_gemm3m_thread.c: In function ‘zgemm3m_thread_nt’:
  4135. level3_gemm3m_thread.c:977:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  4136.    BLASLONG n = args -> n;
  4137.             ^
  4138. In file included from gemm3m.c:55:0:
  4139. level3_gemm3m_thread.c: In function ‘zgemm3m_thread_nr’:
  4140. level3_gemm3m_thread.c:977:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  4141.    BLASLONG n = args -> n;
  4142.             ^
  4143. In file included from gemm3m.c:55:0:
  4144. level3_gemm3m_thread.c: In function ‘zgemm3m_thread_nc’:
  4145. level3_gemm3m_thread.c:977:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  4146.    BLASLONG n = args -> n;
  4147.             ^
  4148. In file included from gemm3m.c:55:0:
  4149. level3_gemm3m_thread.c: In function ‘zgemm3m_thread_tn’:
  4150. level3_gemm3m_thread.c:977:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  4151.    BLASLONG n = args -> n;
  4152.             ^
  4153. In file included from gemm3m.c:55:0:
  4154. level3_gemm3m_thread.c: In function ‘zgemm3m_thread_tt’:
  4155. level3_gemm3m_thread.c:977:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  4156.    BLASLONG n = args -> n;
  4157.             ^
  4158. In file included from gemm3m.c:55:0:
  4159. level3_gemm3m_thread.c: In function ‘zgemm3m_thread_tr’:
  4160. level3_gemm3m_thread.c:977:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  4161.    BLASLONG n = args -> n;
  4162.             ^
  4163. In file included from gemm3m.c:55:0:
  4164. level3_gemm3m_thread.c: In function ‘zgemm3m_thread_tc’:
  4165. level3_gemm3m_thread.c:977:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  4166.    BLASLONG n = args -> n;
  4167.             ^
  4168. In file included from gemm3m.c:55:0:
  4169. level3_gemm3m_thread.c: In function ‘zgemm3m_thread_rn’:
  4170. level3_gemm3m_thread.c:977:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  4171.    BLASLONG n = args -> n;
  4172.             ^
  4173. In file included from gemm3m.c:55:0:
  4174. level3_gemm3m_thread.c: In function ‘zgemm3m_thread_rt’:
  4175. level3_gemm3m_thread.c:977:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  4176.    BLASLONG n = args -> n;
  4177.             ^
  4178. In file included from gemm3m.c:55:0:
  4179. level3_gemm3m_thread.c: In function ‘zgemm3m_thread_rr’:
  4180. level3_gemm3m_thread.c:977:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  4181.    BLASLONG n = args -> n;
  4182.             ^
  4183. In file included from gemm3m.c:55:0:
  4184. level3_gemm3m_thread.c: In function ‘zgemm3m_thread_rc’:
  4185. level3_gemm3m_thread.c:977:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  4186.    BLASLONG n = args -> n;
  4187.             ^
  4188. In file included from gemm3m.c:55:0:
  4189. level3_gemm3m_thread.c: In function ‘zgemm3m_thread_cn’:
  4190. level3_gemm3m_thread.c:977:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  4191.    BLASLONG n = args -> n;
  4192.             ^
  4193. In file included from gemm3m.c:55:0:
  4194. level3_gemm3m_thread.c: In function ‘zgemm3m_thread_ct’:
  4195. level3_gemm3m_thread.c:977:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  4196.    BLASLONG n = args -> n;
  4197.             ^
  4198. In file included from gemm3m.c:55:0:
  4199. level3_gemm3m_thread.c: In function ‘zgemm3m_thread_cr’:
  4200. level3_gemm3m_thread.c:977:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  4201.    BLASLONG n = args -> n;
  4202.             ^
  4203. In file included from gemm3m.c:55:0:
  4204. level3_gemm3m_thread.c: In function ‘zgemm3m_thread_cc’:
  4205. level3_gemm3m_thread.c:977:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  4206.    BLASLONG n = args -> n;
  4207.             ^
  4208. In file included from symm3m_k.c:96:0:
  4209. level3_gemm3m_thread.c: In function ‘zsymm3m_thread_LU’:
  4210. level3_gemm3m_thread.c:977:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  4211.    BLASLONG n = args -> n;
  4212.             ^
  4213. In file included from symm3m_k.c:96:0:
  4214. level3_gemm3m_thread.c: In function ‘zsymm3m_thread_LL’:
  4215. level3_gemm3m_thread.c:977:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  4216.    BLASLONG n = args -> n;
  4217.             ^
  4218. In file included from symm3m_k.c:96:0:
  4219. level3_gemm3m_thread.c: In function ‘zsymm3m_thread_RU’:
  4220. level3_gemm3m_thread.c:977:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  4221.    BLASLONG n = args -> n;
  4222.             ^
  4223. In file included from symm3m_k.c:96:0:
  4224. level3_gemm3m_thread.c: In function ‘zsymm3m_thread_RL’:
  4225. level3_gemm3m_thread.c:977:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  4226.    BLASLONG n = args -> n;
  4227.             ^
  4228. In file included from hemm3m_k.c:96:0:
  4229. level3_gemm3m_thread.c: In function ‘zhemm3m_thread_LU’:
  4230. level3_gemm3m_thread.c:977:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  4231.    BLASLONG n = args -> n;
  4232.             ^
  4233. In file included from hemm3m_k.c:96:0:
  4234. level3_gemm3m_thread.c: In function ‘zhemm3m_thread_LL’:
  4235. level3_gemm3m_thread.c:977:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  4236.    BLASLONG n = args -> n;
  4237.             ^
  4238. In file included from hemm3m_k.c:96:0:
  4239. level3_gemm3m_thread.c: In function ‘zhemm3m_thread_RU’:
  4240. level3_gemm3m_thread.c:977:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  4241.    BLASLONG n = args -> n;
  4242.             ^
  4243. In file included from hemm3m_k.c:96:0:
  4244. level3_gemm3m_thread.c: In function ‘zhemm3m_thread_RL’:
  4245. level3_gemm3m_thread.c:977:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  4246.    BLASLONG n = args -> n;
  4247.             ^
  4248. gemm_thread_mn.c: In function ‘gemm_thread_mn’:
  4249. gemm_thread_mn.c:68:19: warning: unused variable ‘total_procs’ [-Wunused-variable]
  4250.    BLASLONG procs, total_procs, num_cpu_m, num_cpu_n;
  4251.                    ^
  4252. memory.c:899:13: warning: ‘gotoblas_memory_init’ declared ‘static’ but never defined [-Wunused-function]
  4253.  static void gotoblas_memory_init(void);
  4254.              ^
  4255. parameter.c: In function ‘blas_set_parameter’:
  4256. parameter.c:255:7: warning: unused variable ‘size[-Wunused-variable]
  4257.    int size = 16;
  4258.        ^
  4259. ../kernel/x86_64/sgemv_n_4.c: In function ‘sgemv_n’:
  4260. ../kernel/x86_64/sgemv_n_4.c:295:11: warning: unused variable ‘j’ [-Wunused-variable]
  4261.   BLASLONG j;
  4262.            ^
  4263. generic/zgemm3m_ncopy_4.c: In function ‘cgemm3m_incopyr’:
  4264. generic/zgemm3m_ncopy_4.c:68:37: warning: variable ‘a8’ set but not used [-Wunused-but-set-variable]
  4265.    FLOAT a1, a2, a3, a4, a5, a6, a7, a8;
  4266.                                      ^
  4267. generic/zgemm3m_ncopy_4.c:68:29: warning: variable ‘a6’ set but not used [-Wunused-but-set-variable]
  4268.    FLOAT a1, a2, a3, a4, a5, a6, a7, a8;
  4269.                              ^
  4270. generic/zgemm3m_ncopy_4.c:68:21: warning: variable ‘a4’ set but not used [-Wunused-but-set-variable]
  4271.    FLOAT a1, a2, a3, a4, a5, a6, a7, a8;
  4272.                      ^
  4273. generic/zgemm3m_ncopy_4.c:68:13: warning: variable ‘a2’ set but not used [-Wunused-but-set-variable]
  4274.    FLOAT a1, a2, a3, a4, a5, a6, a7, a8;
  4275.              ^
  4276. generic/zgemm3m_tcopy_4.c: In function ‘cgemm3m_itcopyr’:
  4277. generic/zgemm3m_tcopy_4.c:68:37: warning: variable ‘a8’ set but not used [-Wunused-but-set-variable]
  4278.    FLOAT a1, a2, a3, a4, a5, a6, a7, a8;
  4279.                                      ^
  4280. generic/zgemm3m_tcopy_4.c:68:29: warning: variable ‘a6’ set but not used [-Wunused-but-set-variable]
  4281.    FLOAT a1, a2, a3, a4, a5, a6, a7, a8;
  4282.                              ^
  4283. generic/zgemm3m_tcopy_4.c:68:21: warning: variable ‘a4’ set but not used [-Wunused-but-set-variable]
  4284.    FLOAT a1, a2, a3, a4, a5, a6, a7, a8;
  4285.                      ^
  4286. generic/zgemm3m_tcopy_4.c:68:13: warning: variable ‘a2’ set but not used [-Wunused-but-set-variable]
  4287.    FLOAT a1, a2, a3, a4, a5, a6, a7, a8;
  4288.              ^
  4289. generic/zgemm3m_ncopy_4.c: In function ‘cgemm3m_incopyi’:
  4290. generic/zgemm3m_ncopy_4.c:68:33: warning: variable ‘a7’ set but not used [-Wunused-but-set-variable]
  4291.    FLOAT a1, a2, a3, a4, a5, a6, a7, a8;
  4292.                                  ^
  4293. generic/zgemm3m_ncopy_4.c:68:25: warning: variable ‘a5’ set but not used [-Wunused-but-set-variable]
  4294.    FLOAT a1, a2, a3, a4, a5, a6, a7, a8;
  4295.                          ^
  4296. generic/zgemm3m_ncopy_4.c:68:17: warning: variable ‘a3’ set but not used [-Wunused-but-set-variable]
  4297.    FLOAT a1, a2, a3, a4, a5, a6, a7, a8;
  4298.                  ^
  4299. generic/zgemm3m_ncopy_4.c:68:9: warning: variable ‘a1’ set but not used [-Wunused-but-set-variable]
  4300.    FLOAT a1, a2, a3, a4, a5, a6, a7, a8;
  4301.          ^
  4302. generic/zgemm3m_tcopy_4.c: In function ‘cgemm3m_itcopyi’:
  4303. generic/zgemm3m_tcopy_4.c:68:33: warning: variable ‘a7’ set but not used [-Wunused-but-set-variable]
  4304.    FLOAT a1, a2, a3, a4, a5, a6, a7, a8;
  4305.                                  ^
  4306. generic/zgemm3m_tcopy_4.c:68:25: warning: variable ‘a5’ set but not used [-Wunused-but-set-variable]
  4307.    FLOAT a1, a2, a3, a4, a5, a6, a7, a8;
  4308.                          ^
  4309. generic/zgemm3m_tcopy_4.c:68:17: warning: variable ‘a3’ set but not used [-Wunused-but-set-variable]
  4310.    FLOAT a1, a2, a3, a4, a5, a6, a7, a8;
  4311.                  ^
  4312. generic/zgemm3m_tcopy_4.c:68:9: warning: variable ‘a1’ set but not used [-Wunused-but-set-variable]
  4313.    FLOAT a1, a2, a3, a4, a5, a6, a7, a8;
  4314.          ^
  4315. ../kernel/x86_64/zgemv_n_4.c: In function ‘zgemv_r’:
  4316. ../kernel/x86_64/zgemv_n_4.c:220:11: warning: unused variable ‘j’ [-Wunused-variable]
  4317.   BLASLONG j;
  4318.            ^
  4319. ../kernel/x86_64/zgemv_n_4.c: In function ‘zgemv_n’:
  4320. ../kernel/x86_64/zgemv_n_4.c:220:11: warning: unused variable ‘j’ [-Wunused-variable]
  4321.   BLASLONG j;
  4322.            ^
  4323. ../kernel/x86_64/zgemv_n_4.c: In function ‘zgemv_o’:
  4324. ../kernel/x86_64/zgemv_n_4.c:220:11: warning: unused variable ‘j’ [-Wunused-variable]
  4325.   BLASLONG j;
  4326.            ^
  4327. ../kernel/x86_64/zgemv_n_4.c: In function ‘zgemv_s’:
  4328. ../kernel/x86_64/zgemv_n_4.c:220:11: warning: unused variable ‘j’ [-Wunused-variable]
  4329.   BLASLONG j;
  4330.            ^
  4331. generic/zgemm3m_ncopy_2.c: In function ‘zgemm3m_incopyr’:
  4332. generic/zgemm3m_ncopy_2.c:68:21: warning: variable ‘a4’ set but not used [-Wunused-but-set-variable]
  4333.    FLOAT a1, a2, a3, a4;
  4334.                      ^
  4335. generic/zgemm3m_ncopy_2.c:68:13: warning: variable ‘a2’ set but not used [-Wunused-but-set-variable]
  4336.    FLOAT a1, a2, a3, a4;
  4337.              ^
  4338. generic/zgemm3m_tcopy_2.c: In function ‘zgemm3m_itcopyr’:
  4339. generic/zgemm3m_tcopy_2.c:68:37: warning: variable ‘a8’ set but not used [-Wunused-but-set-variable]
  4340.    FLOAT a1, a2, a3, a4, a5, a6, a7, a8;
  4341.                                      ^
  4342. generic/zgemm3m_tcopy_2.c:68:29: warning: variable ‘a6’ set but not used [-Wunused-but-set-variable]
  4343.    FLOAT a1, a2, a3, a4, a5, a6, a7, a8;
  4344.                              ^
  4345. generic/zgemm3m_tcopy_2.c:68:21: warning: variable ‘a4’ set but not used [-Wunused-but-set-variable]
  4346.    FLOAT a1, a2, a3, a4, a5, a6, a7, a8;
  4347.                      ^
  4348. generic/zgemm3m_tcopy_2.c:68:13: warning: variable ‘a2’ set but not used [-Wunused-but-set-variable]
  4349.    FLOAT a1, a2, a3, a4, a5, a6, a7, a8;
  4350.              ^
  4351. generic/zgemm3m_ncopy_2.c: In function ‘zgemm3m_incopyi’:
  4352. generic/zgemm3m_ncopy_2.c:68:17: warning: variable ‘a3’ set but not used [-Wunused-but-set-variable]
  4353.    FLOAT a1, a2, a3, a4;
  4354.                  ^
  4355. generic/zgemm3m_ncopy_2.c:68:9: warning: variable ‘a1’ set but not used [-Wunused-but-set-variable]
  4356.    FLOAT a1, a2, a3, a4;
  4357.          ^
  4358. generic/zgemm3m_tcopy_2.c: In function ‘zgemm3m_itcopyi’:
  4359. generic/zgemm3m_tcopy_2.c:68:33: warning: variable ‘a7’ set but not used [-Wunused-but-set-variable]
  4360.    FLOAT a1, a2, a3, a4, a5, a6, a7, a8;
  4361.                                  ^
  4362. generic/zgemm3m_tcopy_2.c:68:25: warning: variable ‘a5’ set but not used [-Wunused-but-set-variable]
  4363.    FLOAT a1, a2, a3, a4, a5, a6, a7, a8;
  4364.                          ^
  4365. generic/zgemm3m_tcopy_2.c:68:17: warning: variable ‘a3’ set but not used [-Wunused-but-set-variable]
  4366.    FLOAT a1, a2, a3, a4, a5, a6, a7, a8;
  4367.                  ^
  4368. generic/zgemm3m_tcopy_2.c:68:9: warning: variable ‘a1’ set but not used [-Wunused-but-set-variable]
  4369.    FLOAT a1, a2, a3, a4, a5, a6, a7, a8;
  4370.          ^
  4371. OK.
  4372.  * Applying openblas-0.2.11-openblas_config_header_same_between_ABIs.patch ...
  4373.  [ ok ]
  4374. make -j16 -s -j1 config.h
  4375. >>> Source compiled.
  4376. >>> Test phase [not enabled]: sci-libs/openblas-0.2.14
  4377.  
  4378. >>> Install openblas-0.2.14 into /var/tmp/portage/sci-libs/openblas-0.2.14/image/ category sci-libs
  4379.  * x86: running run_in_build_dir fortran-int64_multilib_multibuild_wrapper my_src_install
  4380. make -j16 -s -j1 install PREFIX=/var/tmp/portage/sci-libs/openblas-0.2.14/image/usr USE_OPENMP=1 LIBNAMESUFFIX=openmp OPENBLAS_INCLUDE_DIR=/var/tmp/portage/sci-libs/openblas-0.2.14/image/usr/include/openblas OPENBLAS_LIBRARY_DIR=/var/tmp/portage/sci-libs/openblas-0.2.14/image/usr/lib32
  4381. Generating openblas_config.h in /var/tmp/portage/sci-libs/openblas-0.2.14/image/usr/include/openblas
  4382. Generating f77blas.h in /var/tmp/portage/sci-libs/openblas-0.2.14/image/usr/include/openblas
  4383. Generating cblas.h in /var/tmp/portage/sci-libs/openblas-0.2.14/image/usr/include/openblas
  4384. Copying the static library to /var/tmp/portage/sci-libs/openblas-0.2.14/image/usr/lib32
  4385. Copying the shared library to /var/tmp/portage/sci-libs/openblas-0.2.14/image/usr/lib32
  4386. Generating OpenBLASConfig.cmake in /var/tmp/portage/sci-libs/openblas-0.2.14/image/usr/lib32/cmake/openblas
  4387. Install OK!
  4388. !!! Error: Can't load module alternatives
  4389. exiting
  4390. * ERROR: sci-libs/openblas-0.2.14::science failed (install phase):
  4391. *   (no error message)
  4392. *
  4393. * Call stack:
  4394. *     ebuild.sh, line   93:  Called src_install
  4395. *   environment, line 2917:  Called multibuild_foreach_variant 'run_in_build_dir' 'fortran-int64_multilib_multibuild_wrapper' 'my_src_install'
  4396. *   environment, line 2087:  Called _multibuild_run 'run_in_build_dir' 'fortran-int64_multilib_multibuild_wrapper' 'my_src_install'
  4397. *   environment, line 2085:  Called run_in_build_dir 'fortran-int64_multilib_multibuild_wrapper' 'my_src_install'
  4398. *   environment, line 2821:  Called fortran-int64_multilib_multibuild_wrapper 'my_src_install'
  4399. *   environment, line 1343:  Called my_src_install
  4400. *   environment, line 2897:  Called alternatives_for 'blas' 'openblas-openmp' '0' '/usr/lib32/pkgconfig/blas.pc' 'openblas-openmp.pc'
  4401. *   environment, line  618:  Called die
  4402. * The specific snippet of code:
  4403. *       ALTERNATIVESDIR_ROOTLESS="${ED}/etc/env.d/alternatives" eselect alternatives add ${@} || die;
  4404. *
  4405. * If you need support, post the output of `emerge --info '=sci-libs/openblas-0.2.14::science'`,
  4406. * the complete build log and the output of `emerge -pqv '=sci-libs/openblas-0.2.14::science'`.
  4407. * The complete build log is located at '/var/tmp/portage/sci-libs/openblas-0.2.14/temp/build.log'.
  4408. * The ebuild environment file is located at '/var/tmp/portage/sci-libs/openblas-0.2.14/temp/environment'.
  4409. * Working directory: '/var/tmp/portage/sci-libs/openblas-0.2.14/work/openblas-0.2.14-x86'
  4410. * S: '/var/tmp/portage/sci-libs/openblas-0.2.14/work/openblas-0.2.14'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement