mirror of
				https://git.proxmox.com/git/grub2
				synced 2025-11-04 12:55:16 +00:00 
			
		
		
		
	* Makefile.util.def: Remove -Wno-format.
* grub-core/Makefile.core.def: Likewise.
This commit is contained in:
		
							parent
							
								
									1c4afb6095
								
							
						
					
					
						commit
						ddb7355862
					
				@ -1,3 +1,8 @@
 | 
			
		||||
2012-05-30  Vladimir Serbinenko  <phcoder@gmail.com>
 | 
			
		||||
 | 
			
		||||
	* Makefile.util.def: Remove -Wno-format.
 | 
			
		||||
	* grub-core/Makefile.core.def: Likewise.
 | 
			
		||||
 | 
			
		||||
2012-05-30  Vladimir Serbinenko  <phcoder@gmail.com>
 | 
			
		||||
 | 
			
		||||
	* tests/cmp_unit_test.c: Add missing failure message.
 | 
			
		||||
 | 
			
		||||
@ -703,7 +703,6 @@ program = {
 | 
			
		||||
  common = grub-core/kern/list.c;
 | 
			
		||||
  common = grub-core/kern/misc.c;
 | 
			
		||||
  common = grub-core/tests/lib/test.c;
 | 
			
		||||
  cflags = -Wno-format;
 | 
			
		||||
  ldadd = libgrubmods.a;
 | 
			
		||||
  ldadd = libgrubgcry.a;
 | 
			
		||||
  ldadd = libgrubkern.a;
 | 
			
		||||
 | 
			
		||||
@ -1615,7 +1615,6 @@ module = {
 | 
			
		||||
module = {
 | 
			
		||||
  name = exfctest;
 | 
			
		||||
  common = tests/example_functional_test.c;
 | 
			
		||||
  cflags = -Wno-format;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
module = {
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user