Skip to content

Commit

Permalink
Fix formatting and detail of comments in PR Mbed-TLS#730
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbutcher committed Jan 6, 2020
1 parent 1ac02a8 commit f803349
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions library/x509_crt.c
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,10 @@
#if defined(_WIN32) && !defined(EFIX64) && !defined(EFI32)
#include <windows.h>
#if defined(_MSC_VER) && _MSC_VER <= 1600
/* Visual Studio 2010 and earlier issue a warning when both <stdint.h> and <intsafe.h> are included, as they
* redefine a number of <TYPE>_MAX constants. These constants are guaranteed to be the same, though, so
* we suppress the warning when including intsafe.h.
/* Visual Studio 2010 and earlier issue a warning when both <stdint.h> and
* <intsafe.h> are included, as they redefine a number of <TYPE>_MAX constants.
* These constants are guaranteed to be the same, though, so we suppress the
* warning when including intsafe.h.
*/
#pragma warning( push )
#pragma warning( disable : 4005 )
Expand Down

0 comments on commit f803349

Please sign in to comment.