File tree Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -103,10 +103,6 @@ extern "C" {
103
103
/* Borrowed from Folly */
104
104
#ifndef JS_PRINTF_FORMAT
105
105
#ifdef _MSC_VER
106
- #ifdef _USE_ATTRIBUTES_FOR_SAL
107
- #undef _USE_ATTRIBUTES_FOR_SAL
108
- #endif
109
- #define _USE_ATTRIBUTES_FOR_SAL 1
110
106
#include <sal.h>
111
107
#define JS_PRINTF_FORMAT _Printf_format_string_
112
108
#define JS_PRINTF_FORMAT_ATTR (format_param , dots_param )
Original file line number Diff line number Diff line change @@ -48,10 +48,6 @@ extern "C" {
48
48
/* Borrowed from Folly */
49
49
#ifndef JS_PRINTF_FORMAT
50
50
#ifdef _MSC_VER
51
- #ifdef _USE_ATTRIBUTES_FOR_SAL
52
- #undef _USE_ATTRIBUTES_FOR_SAL
53
- #endif
54
- #define _USE_ATTRIBUTES_FOR_SAL 1
55
51
#include <sal.h>
56
52
#define JS_PRINTF_FORMAT _Printf_format_string_
57
53
#define JS_PRINTF_FORMAT_ATTR (format_param , dots_param )
You can’t perform that action at this time.
0 commit comments