mirror of
				https://github.com/zeromq/libzmq.git
				synced 2025-10-29 20:59:47 +01:00 
			
		
		
		
	Problem: tweetnacl warnings override not needed
Solution: remove it
This commit is contained in:
		| @@ -31,8 +31,8 @@ | |||||||
| #if defined (ZMQ_USE_TWEETNACL) | #if defined (ZMQ_USE_TWEETNACL) | ||||||
|  |  | ||||||
| //  Disable warnings for this source only, rather than for the whole | //  Disable warnings for this source only, rather than for the whole | ||||||
| //  codebase | //  codebase when building with C99 or with Microsoft's compiler | ||||||
| #ifdef __GNUC__ | #if defined __GNUC__ && __STDC_VERSION__ < 201112L | ||||||
| #   pragma GCC diagnostic ignored "-Wsign-compare" | #   pragma GCC diagnostic ignored "-Wsign-compare" | ||||||
| #elif defined _MSC_VER | #elif defined _MSC_VER | ||||||
| #   pragma warning (disable:4018 4244 4146) | #   pragma warning (disable:4018 4244 4146) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Luca Boccassi
					Luca Boccassi