mirror of
				https://github.com/GrapheneOS/hardened_malloc.git
				synced 2025-10-27 14:36:32 +01:00 
			
		
		
		
	disable bugprone-too-small-loop-variable lint
This has too many false positives since it doesn't permit comparisons against constants where the compiler can verify it doesn't overflow.
This commit is contained in:
		
							parent
							
								
									8b2b9d940a
								
							
						
					
					
						commit
						295bfbde94
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		
							
								
								
									
										2
									
								
								Makefile
									
										
									
									
									
								
							
							
						
						
									
										2
									
								
								Makefile
									
										
									
									
									
								
							|  | @ -33,7 +33,7 @@ endif | |||
| CFLAGS := -std=c11 $(SHARED_FLAGS) -Wmissing-prototypes | ||||
| CXXFLAGS := $(call safe_flag,-std=c++17,-std=c++14) $(SHARED_FLAGS) | ||||
| LDFLAGS := -Wl,--as-needed,-z,defs,-z,relro,-z,now,-z,nodlopen,-z,text | ||||
| TIDY_CHECKS := -checks=bugprone-*,-bugprone-macro-parentheses,cert-*,clang-analyzer-*,readability-*,-readability-inconsistent-declaration-parameter-name,-readability-named-parameter | ||||
| TIDY_CHECKS := -checks=bugprone-*,-bugprone-macro-parentheses,cert-*,clang-analyzer-*,readability-*,-readability-inconsistent-declaration-parameter-name,-readability-named-parameter,-bugprone-too-small-loop-variable | ||||
| 
 | ||||
| SOURCES := chacha.c h_malloc.c memory.c pages.c random.c util.c | ||||
| OBJECTS := $(SOURCES:.c=.o) | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue