|  | @@ -28,10 +28,11 @@
 | 
											
												
													
														|  |  #endif
 |  |  #endif
 | 
											
												
													
														|  |  #if defined(__MINGW__) || defined(__GNUC__)
 |  |  #if defined(__MINGW__) || defined(__GNUC__)
 | 
											
												
													
														|  |  #pragma GCC diagnostic push
 |  |  #pragma GCC diagnostic push
 | 
											
												
													
														|  | 
 |  | +#pragma GCC diagnostic ignored "-Wno-variadic-macros"
 | 
											
												
													
														|  |  /* Disable warnings for defining _CRT_SECURE_NO_* (here) and
 |  |  /* Disable warnings for defining _CRT_SECURE_NO_* (here) and
 | 
											
												
													
														|  |   * _CHECK_CHECK_STDINT_H (in check.h)
 |  |   * _CHECK_CHECK_STDINT_H (in check.h)
 | 
											
												
													
														|  |   */
 |  |   */
 | 
											
												
													
														|  | -#pragma clang diagnostic ignored "-Wreserved-id-macro"
 |  | 
 | 
											
												
													
														|  | 
 |  | +#pragma GCC diagnostic ignored "-Wreserved-id-macro"
 | 
											
												
													
														|  |  #endif
 |  |  #endif
 | 
											
												
													
														|  |  #ifdef _MSC_VER
 |  |  #ifdef _MSC_VER
 | 
											
												
													
														|  |  #undef pid_t
 |  |  #undef pid_t
 |