View | Details | Raw Unified | Return to issue 13085
Collapse All | Expand All

(-)sal/inc/sal/config.h (-2 lines)
Lines 84-93 Link Here
84
/* No warning for: C++ Exception Specification ignored */
84
/* No warning for: C++ Exception Specification ignored */
85
#pragma warning( disable : 4290 ) 
85
#pragma warning( disable : 4290 ) 
86
86
87
#if defined(_DEBUG)
88
/* No warning for: identifier was truncated to '255' characters in the browser information */
87
/* No warning for: identifier was truncated to '255' characters in the browser information */
89
#pragma warning( disable : 4786 ) 
88
#pragma warning( disable : 4786 ) 
90
#endif
91
89
92
/* Provide ISO C99 compatible versions of snprint and vsnprintf */
90
/* Provide ISO C99 compatible versions of snprint and vsnprintf */
93
#ifndef _SNPRINTF_H
91
#ifndef _SNPRINTF_H

Return to issue 13085