diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-10-14 16:54:08 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-10-16 14:18:32 +0000 |
commit | 52659c125e767bffedaae503b58a7a82b502fbf8 (patch) | |
tree | d0bf28d3229450f4c7a1ec976a7d7096d7a87309 /opencl | |
parent | 941049c9da2b7ba5a589c6c2658b43ff53fe2e50 (diff) |
clang-cl loplugin: opencl
Change-Id: I7e0e79d67d6701e519f841d893c9b7b2f5ebef80
Reviewed-on: https://gerrit.libreoffice.org/29858
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'opencl')
-rw-r--r-- | opencl/inc/opencl_device_selection.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opencl/inc/opencl_device_selection.h b/opencl/inc/opencl_device_selection.h index 19202ade6824..d624f65460cb 100644 --- a/opencl/inc/opencl_device_selection.h +++ b/opencl/inc/opencl_device_selection.h @@ -11,7 +11,7 @@ #define INCLUDED_OPENCL_INC_OPENCL_DEVICE_SELECTION_H #ifdef _MSC_VER -#define _CRT_SECURE_NO_WARNINGS +//#define _CRT_SECURE_NO_WARNINGS #endif #include <stdlib.h> |