Converted comments to C comments.
This commit is contained in:
@@ -40,8 +40,8 @@
|
|||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
|
||||||
#if defined(_MSC_VER)
|
#if defined(_MSC_VER)
|
||||||
// Silence the warnings about unsafe versions of library functions
|
/* Silence the warnings about unsafe versions of library functions */
|
||||||
// as we need to keep the code portable
|
/* as we need to keep the code portable */
|
||||||
#pragma warning( disable : 4996)
|
#pragma warning( disable : 4996)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user