[Genabel-commits] r1916 - pkg/OmicABEL/src
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Sun Jan 18 23:16:15 CET 2015
Author: dfabregat
Date: 2015-01-18 23:16:15 +0100 (Sun, 18 Jan 2015)
New Revision: 1916
Modified:
pkg/OmicABEL/src/CLAK_GWAS.c
Log:
Function print_banner declared prior to its first use to avoid a compiler warning.
Modified: pkg/OmicABEL/src/CLAK_GWAS.c
===================================================================
--- pkg/OmicABEL/src/CLAK_GWAS.c 2015-01-18 20:35:31 UTC (rev 1915)
+++ pkg/OmicABEL/src/CLAK_GWAS.c 2015-01-18 22:16:15 UTC (rev 1916)
@@ -43,6 +43,7 @@
void check_input_integrity( FGLS_config_t *cf, char *var,
char *cov_base, char *phi_base, char *snp_base, char *pheno_base, char *out_base,
int nths, int thres, int xtile, int ytile, int xb, int yb, int write_output );
+void print_banner( void );
void print_info( FGLS_config_t *cf );
void append_estimates( FGLS_config_t *cf );
void write_output_info_file( FGLS_config_t *cf );
More information about the Genabel-commits
mailing list