mirror of
				git://git.code.sf.net/p/zsh/code
				synced 2025-10-31 18:10:56 +01:00 
			
		
		
		
	unposted: silence spurious compiler warning
This commit is contained in:
		
							parent
							
								
									59de766e26
								
							
						
					
					
						commit
						9afb67eb65
					
				
					 2 changed files with 3 additions and 1 deletions
				
			
		|  | @ -1,5 +1,7 @@ | |||
| 2016-04-29  Barton E. Schaefer  <schaefer@zsh.org> | ||||
| 
 | ||||
| 	* unposted: Src/builtin.c: silence spurious compiler warning | ||||
| 
 | ||||
| 	* 38358: Test/C02cond.ztst: "fgrep --" for noatime check in case | ||||
| 	a mount point is named "-" as in Fedora mock environment | ||||
| 
 | ||||
|  |  | |||
|  | @ -4048,7 +4048,7 @@ bin_print(char *name, char **args, Options ops, int func) | |||
|     int flags[6], *len; | ||||
|     char *start, *endptr, *c, *d, *flag, *buf = NULL, spec[14], *fmt = NULL; | ||||
|     char **first, **argp, *curarg, *flagch = "'0+- #", save = '\0', nullstr = '\0'; | ||||
|     size_t rcount, count = 0; | ||||
|     size_t rcount = 0, count = 0; | ||||
|     FILE *fout = stdout; | ||||
| #ifdef HAVE_OPEN_MEMSTREAM | ||||
|     size_t mcount; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue