From fc13d6ddd656910089a91ab614dd61ce109406bd Mon Sep 17 00:00:00 2001
From: Mathieu Faverge <mathieu.faverge@inria.fr>
Date: Wed, 12 Jul 2017 12:14:56 +0200
Subject: [PATCH] Silent more warnings

---
 compute/pzgelqf_param.c  | 1 +
 compute/pzgeqrf_param.c  | 1 +
 compute/pzgetrf_incpiv.c | 1 +
 compute/pzhetrd_he2hb.c  | 1 +
 compute/pzunglq_param.c  | 1 +
 compute/pzungqr_param.c  | 1 +
 compute/pzunmlq_param.c  | 1 +
 compute/pzunmqr_param.c  | 1 +
 compute/zgelqs.c         | 1 +
 compute/zgelqs_param.c   | 1 +
 compute/zgels.c          | 1 +
 compute/zgels_param.c    | 1 +
 compute/zgeqrs.c         | 1 +
 compute/zgeqrs_param.c   | 1 +
 14 files changed, 14 insertions(+)

diff --git a/compute/pzgelqf_param.c b/compute/pzgelqf_param.c
index d82f451d3..bfe2c6d73 100644
--- a/compute/pzgelqf_param.c
+++ b/compute/pzgelqf_param.c
@@ -23,6 +23,7 @@
  *
  **/
 #include "control/common.h"
+#include <stdlib.h>
 #include "libhqr.h"
 
 #define A(m,n)  A,  (m), (n)
diff --git a/compute/pzgeqrf_param.c b/compute/pzgeqrf_param.c
index 89585c408..feba0f364 100644
--- a/compute/pzgeqrf_param.c
+++ b/compute/pzgeqrf_param.c
@@ -23,6 +23,7 @@
  *
  **/
 #include "control/common.h"
+#include <stdlib.h>
 #include "libhqr.h"
 
 #define A(m,n)  A,  (m), (n)
diff --git a/compute/pzgetrf_incpiv.c b/compute/pzgetrf_incpiv.c
index 5da79407c..83efd149d 100644
--- a/compute/pzgetrf_incpiv.c
+++ b/compute/pzgetrf_incpiv.c
@@ -31,6 +31,7 @@
 //ALLOC_WS :  ib*L->nb
 //WS_ADD :  ib*L->nb
 #include "control/common.h"
+#include <stdlib.h>
 
 #define A(_m_,_n_) A, _m_, _n_
 #if defined(CHAMELEON_COPY_DIAG)
diff --git a/compute/pzhetrd_he2hb.c b/compute/pzhetrd_he2hb.c
index 2230bd0c2..24f3c0f39 100644
--- a/compute/pzhetrd_he2hb.c
+++ b/compute/pzhetrd_he2hb.c
@@ -24,6 +24,7 @@
  *
  **/
 #include "control/common.h"
+#include <stdlib.h>
 
 #define A(m, n) A,  m,  n
 #define T(m, n) T,  m,  n
diff --git a/compute/pzunglq_param.c b/compute/pzunglq_param.c
index 0bca71880..91aad1791 100644
--- a/compute/pzunglq_param.c
+++ b/compute/pzunglq_param.c
@@ -23,6 +23,7 @@
  *
  **/
 #include "control/common.h"
+#include <stdlib.h>
 
 #define A(m,n) A,  (m),  (n)
 #define Q(m,n) Q,  (m),  (n)
diff --git a/compute/pzungqr_param.c b/compute/pzungqr_param.c
index 32ab51de1..eaa3b753d 100644
--- a/compute/pzungqr_param.c
+++ b/compute/pzungqr_param.c
@@ -23,6 +23,7 @@
  *
  **/
 #include "control/common.h"
+#include <stdlib.h>
 
 #define A(m,n) A,  m,  n
 #define Q(m,n) Q,  m,  n
diff --git a/compute/pzunmlq_param.c b/compute/pzunmlq_param.c
index 8838be440..1763d7fad 100644
--- a/compute/pzunmlq_param.c
+++ b/compute/pzunmlq_param.c
@@ -23,6 +23,7 @@
  *
  **/
 #include "control/common.h"
+#include <stdlib.h>
 
 #define A(m,n) A,  m,  n
 #define B(m,n) B,  m,  n
diff --git a/compute/pzunmqr_param.c b/compute/pzunmqr_param.c
index cb5d4f59c..ab5f3a7fb 100644
--- a/compute/pzunmqr_param.c
+++ b/compute/pzunmqr_param.c
@@ -23,6 +23,7 @@
  *
  **/
 #include "control/common.h"
+#include <stdlib.h>
 
 #define A(m,n) A,  m,  n
 #define B(m,n) B,  m,  n
diff --git a/compute/zgelqs.c b/compute/zgelqs.c
index 1c8186c47..23cdd4d02 100644
--- a/compute/zgelqs.c
+++ b/compute/zgelqs.c
@@ -28,6 +28,7 @@
  *
  **/
 #include "control/common.h"
+#include <stdlib.h>
 
 /**
  *******************************************************************************
diff --git a/compute/zgelqs_param.c b/compute/zgelqs_param.c
index ef1cc2505..cf2e85363 100644
--- a/compute/zgelqs_param.c
+++ b/compute/zgelqs_param.c
@@ -24,6 +24,7 @@
  *
  **/
 #include "control/common.h"
+#include <stdlib.h>
 
 /**
  *******************************************************************************
diff --git a/compute/zgels.c b/compute/zgels.c
index 53314a3fe..f80cc4ef6 100644
--- a/compute/zgels.c
+++ b/compute/zgels.c
@@ -28,6 +28,7 @@
  *
  **/
 #include "control/common.h"
+#include <stdlib.h>
 
 /**
  *
diff --git a/compute/zgels_param.c b/compute/zgels_param.c
index fac618e1e..d862c6326 100644
--- a/compute/zgels_param.c
+++ b/compute/zgels_param.c
@@ -23,6 +23,7 @@
  *
  **/
 #include "control/common.h"
+#include <stdlib.h>
 
 /**
  *******************************************************************************
diff --git a/compute/zgeqrs.c b/compute/zgeqrs.c
index 757568882..32e618550 100644
--- a/compute/zgeqrs.c
+++ b/compute/zgeqrs.c
@@ -28,6 +28,7 @@
  *
  **/
 #include "control/common.h"
+#include <stdlib.h>
 
 /***************************************************************************//**
  *
diff --git a/compute/zgeqrs_param.c b/compute/zgeqrs_param.c
index ed6aef62f..611b136fa 100644
--- a/compute/zgeqrs_param.c
+++ b/compute/zgeqrs_param.c
@@ -23,6 +23,7 @@
  *
  **/
 #include "control/common.h"
+#include <stdlib.h>
 
 /**
  *******************************************************************************
-- 
GitLab