From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ram Amrani Subject: [PATCH rdma-core 2/2] libqedr: enable sparse Date: Tue, 4 Jul 2017 13:35:54 +0300 Message-ID: <1499164554-28552-3-git-send-email-Ram.Amrani@cavium.com> References: <1499164554-28552-1-git-send-email-Ram.Amrani@cavium.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: In-Reply-To: <1499164554-28552-1-git-send-email-Ram.Amrani-YGCgFSpz5w/QT0dZR+AlfA@public.gmane.org> Sender: linux-rdma-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: dledford-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org, leon-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org, jgunthorpe-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org Cc: Ariel.Elior-YGCgFSpz5w/QT0dZR+AlfA@public.gmane.org, Michal.Kalderon-YGCgFSpz5w/QT0dZR+AlfA@public.gmane.org, linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Ram Amrani List-Id: linux-rdma@vger.kernel.org Now that sparse warnings were fixed we can enable sparse. Signed-off-by: Ram Amrani Signed-off-by: Ariel Elior --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 634f327..02b255c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -420,7 +420,7 @@ add_subdirectory(providers/mlx5/man) # NO SPARSE add_subdirectory(providers/mthca) # NO SPARSE add_subdirectory(providers/nes) # NO SPARSE add_subdirectory(providers/ocrdma) -add_subdirectory(providers/qedr) # NO SPARSE +add_subdirectory(providers/qedr) add_subdirectory(providers/vmw_pvrdma) # NO SPARSE endif() -- 1.8.3.1 -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html