Fixing warning from contrib/buildserver/test_daily.sh concerning redefinition of EXV_SEPARATOR_STR|CHR when testing msvc builds
This commit is contained in:
parent
8b62b8148b
commit
1ac5ccc2f9
@ -1,10 +1,10 @@
|
||||
/**/
|
||||
/* config.h. Generated by cmake from config.h.cmake. */
|
||||
/* Generated by cmake from config.h.cmake. */
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#ifndef _EXV_MSVC_H_
|
||||
#define _EXV_MSVC_H_
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#define _MSC_VER_2015 1900
|
||||
#define _MSC_VER_2013 1800
|
||||
#define _MSC_VER_2012 1700
|
||||
@ -351,4 +351,4 @@ typedef int pid_t;
|
||||
#include <ios>
|
||||
#include <fstream>
|
||||
#endif
|
||||
#endif
|
||||
#endif
|
||||
|
||||
@ -1,10 +1,10 @@
|
||||
/**/
|
||||
/* config.h. Generated by cmake from config.h.cmake. */
|
||||
/* exv_msvc.h */
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#ifndef _EXV_MSVC_H_
|
||||
#define _EXV_MSVC_H_
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#define _MSC_VER_2015 1900
|
||||
#define _MSC_VER_2013 1800
|
||||
#define _MSC_VER_2012 1700
|
||||
|
||||
Loading…
Reference in New Issue
Block a user