* installing *source* package 'affyPLM' ...
** libs
clang -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG -I/usr/local/include -I"/Library/Frameworks/R.framework/Versions/3.0/Resources/library/preprocessCore/include" -fPIC -mtune=native -ggdb -O0 -Wall -pedantic -Wconversion -c LESN.c -o LESN.o
LESN.c:90:18: warning: implicit conversion changes signedness: 'int' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
qsort(buffer,rows,sizeof(double), (int(*)(const void*, const void*))sort_double);
˜˜˜˜˜ ^˜˜˜
LESN.c:226:18: warning: implicit conversion changes signedness: 'int' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
qsort(buffer,rows,sizeof(double), (int(*)(const void*, const void*))sort_double);
˜˜˜˜˜ ^˜˜˜
LESN.c:347:18: warning: implicit conversion changes signedness: 'int' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
qsort(buffer,rows,sizeof(double), (int(*)(const void*, const void*))sort_double);
˜˜˜˜˜ ^˜˜˜
3 warnings generated.
clang -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG -I/usr/local/include -I"/Library/Frameworks/R.framework/Versions/3.0/Resources/library/preprocessCore/include" -fPIC -mtune=native -ggdb -O0 -Wall -pedantic -Wconversion -c PLM_avg_log.c -o PLM_avg_log.o
clang -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG -I/usr/local/include -I"/Library/Frameworks/R.framework/Versions/3.0/Resources/library/preprocessCore/include" -fPIC -mtune=native -ggdb -O0 -Wall -pedantic -Wconversion -c PLM_biweight.c -o PLM_biweight.o
clang -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG -I/usr/local/include -I"/Library/Frameworks/R.framework/Versions/3.0/Resources/library/preprocessCore/include" -fPIC -mtune=native -ggdb -O0 -Wall -pedantic -Wconversion -c PLM_log_avg.c -o PLM_log_avg.o
clang -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG -I/usr/local/include -I"/Library/Frameworks/R.framework/Versions/3.0/Resources/library/preprocessCore/include" -fPIC -mtune=native -ggdb -O0 -Wall -pedantic -Wconversion -c PLM_medianPM.c -o PLM_medianPM.o
clang -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG -I/usr/local/include -I"/Library/Frameworks/R.framework/Versions/3.0/Resources/library/preprocessCore/include" -fPIC -mtune=native -ggdb -O0 -Wall -pedantic -Wconversion -c PLM_median_logPM.c -o PLM_median_logPM.o
clang -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG -I/usr/local/include -I"/Library/Frameworks/R.framework/Versions/3.0/Resources/library/preprocessCore/include" -fPIC -mtune=native -ggdb -O0 -Wall -pedantic -Wconversion -c PLM_medianpolish.c -o PLM_medianpolish.o
clang -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG -I/usr/local/include -I"/Library/Frameworks/R.framework/Versions/3.0/Resources/library/preprocessCore/include" -fPIC -mtune=native -ggdb -O0 -Wall -pedantic -Wconversion -c PLM_modelmatrix.c -o PLM_modelmatrix.o
PLM_modelmatrix.c:611:36: warning: implicit conversion changes signedness: 'int' to 'unsigned long' [-Wsign-conversion]
current->X = Realloc(current->X,n*p, double);
˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜^˜˜˜˜˜˜˜˜˜˜
/Library/Frameworks/R.framework/Resources/include/R_ext/RS.h:63:68: note: expanded from macro 'Realloc'
#define Realloc(p,n,t) (t *) R_chk_realloc( (void *)(p), (size_t)((n) * sizeof(t)) )
^
PLM_modelmatrix.c:615:53: warning: implicit conversion changes signedness: 'int' to 'unsigned long' [-Wsign-conversion]
current->cur_params = Realloc(current->cur_params,p,double);
˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜^˜˜˜˜˜˜˜˜
/Library/Frameworks/R.framework/Resources/include/R_ext/RS.h:63:68: note: expanded from macro 'Realloc'
#define Realloc(p,n,t) (t *) R_chk_realloc( (void *)(p), (size_t)((n) * sizeof(t)) )
^
PLM_modelmatrix.c:616:65: warning: implicit conversion changes signedness: 'int' to 'unsigned long' [-Wsign-conversion]
current->cur_se_estimates = Realloc(current->cur_se_estimates,p,double);
˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜^˜˜˜˜˜˜˜˜
/Library/Frameworks/R.framework/Resources/include/R_ext/RS.h:63:68: note: expanded from macro 'Realloc'
#define Realloc(p,n,t) (t *) R_chk_realloc( (void *)(p), (size_t)((n) * sizeof(t)) )
^
PLM_modelmatrix.c:617:55: warning: implicit conversion changes signedness: 'int' to 'unsigned long' [-Wsign-conversion]
current->cur_weights = Realloc(current->cur_weights,n,double);
˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜^˜˜˜˜˜˜˜˜
/Library/Frameworks/R.framework/Resources/include/R_ext/RS.h:63:68: note: expanded from macro 'Realloc'
#define Realloc(p,n,t) (t *) R_chk_realloc( (void *)(p), (size_t)((n) * sizeof(t)) )
^
PLM_modelmatrix.c:618:53: warning: implicit conversion changes signedness: 'int' to 'unsigned long' [-Wsign-conversion]
current->cur_resids = Realloc(current->cur_resids,n,double);
˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜^˜˜˜˜˜˜˜˜
/Library/Frameworks/R.framework/Resources/include/R_ext/RS.h:63:68: note: expanded from macro 'Realloc'
#define Realloc(p,n,t) (t *) R_chk_realloc( (void *)(p), (size_t)((n) * sizeof(t)) )
^
PLM_modelmatrix.c:619:54: warning: implicit conversion changes signedness: 'int' to 'unsigned long' [-Wsign-conversion]
current->cur_varcov = Realloc(current->cur_varcov,p*p,double);
˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜^˜˜˜˜˜˜˜˜˜
/Library/Frameworks/R.framework/Resources/include/R_ext/RS.h:63:68: note: expanded from macro 'Realloc'
#define Realloc(p,n,t) (t *) R_chk_realloc( (void *)(p), (size_t)((n) * sizeof(t)) )
^
6 warnings generated.
clang -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG -I/usr/local/include -I"/Library/Frameworks/R.framework/Versions/3.0/Resources/library/preprocessCore/include" -fPIC -mtune=native -ggdb -O0 -Wall -pedantic -Wconversion -c SCAB.c -o SCAB.o
clang -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG -I/usr/local/include -I"/Library/Frameworks/R.framework/Versions/3.0/Resources/library/preprocessCore/include" -fPIC -mtune=native -ggdb -O0 -Wall -pedantic -Wconversion -c chipbackground.c -o chipbackground.o
chipbackground.c:379:29: warning: implicit conversion changes signedness: 'int' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
qsort(data_by_sector[j],cur_n[j],sizeof(double),(int(*)(const void*, const void*))sort_double);
˜˜˜˜˜ ^˜˜˜˜˜˜˜
1 warning generated.
clang -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG -I/usr/local/include -I"/Library/Frameworks/R.framework/Versions/3.0/Resources/library/preprocessCore/include" -fPIC -mtune=native -ggdb -O0 -Wall -pedantic -Wconversion -c common_types.c -o common_types.o
clang -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG -I/usr/local/include -I"/Library/Frameworks/R.framework/Versions/3.0/Resources/library/preprocessCore/include" -fPIC -mtune=native -ggdb -O0 -Wall -pedantic -Wconversion -c do_PLMrlm.c -o do_PLMrlm.o
do_PLMrlm.c:231:73: warning: implicit conversion changes signedness: 'int' to 'unsigned long' [-Wsign-conversion]
current->cur_params = Realloc(current->cur_params,current->nprobes+data->n_arrays,double);
˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜^˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜
/Library/Frameworks/R.framework/Resources/include/R_ext/RS.h:63:68: note: expanded from macro 'Realloc'
#define Realloc(p,n,t) (t *) R_chk_realloc( (void *)(p), (size_t)((n) * sizeof(t)) )
^
do_PLMrlm.c:232:85: warning: implicit conversion changes signedness: 'int' to 'unsigned long' [-Wsign-conversion]
current->cur_se_estimates = Realloc(current->cur_se_estimates,current->nprobes+data->n_arrays,double);
˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜^˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜
/Library/Frameworks/R.framework/Resources/include/R_ext/RS.h:63:68: note: expanded from macro 'Realloc'
#define Realloc(p,n,t) (t *) R_chk_realloc( (void *)(p), (size_t)((n) * sizeof(t)) )
^
do_PLMrlm.c:676:31: warning: implicit conversion changes signedness: 'int' to 'unsigned long' [-Wsign-conversion]
cur_rows = Realloc(cur_rows, max_nrows, int);
˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜^˜˜˜˜˜˜˜˜˜˜˜˜˜˜
/Library/Frameworks/R.framework/Resources/include/R_ext/RS.h:63:68: note: expanded from macro 'Realloc'
#define Realloc(p,n,t) (t *) R_chk_realloc( (void *)(p), (size_t)((n) * sizeof(t)) )
^
do_PLMrlm.c:689:14: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'int' [-Wshorten-64-to-32]
size = strlen(first);
˜ ^˜˜˜˜˜˜˜˜˜˜˜˜
do_PLMrlm.c:705:10: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'int' [-Wshorten-64-to-32]
size = strlen(first);
˜ ^˜˜˜˜˜˜˜˜˜˜˜˜
5 warnings generated.
clang -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG -I/usr/local/include -I"/Library/Frameworks/R.framework/Versions/3.0/Resources/library/preprocessCore/include" -fPIC -mtune=native -ggdb -O0 -Wall -pedantic -Wconversion -c do_PLMrma.c -o do_PLMrma.o
do_PLMrma.c:293:49: warning: implicit conversion changes signedness: 'int' to 'unsigned long' [-Wsign-conversion]
current->cur_rows = Realloc(current->cur_rows, max_nrows, int);
˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜^˜˜˜˜˜˜˜˜˜˜˜˜˜˜
/Library/Frameworks/R.framework/Resources/include/R_ext/RS.h:63:68: note: expanded from macro 'Realloc'
#define Realloc(p,n,t) (t *) R_chk_realloc( (void *)(p), (size_t)((n) * sizeof(t)) )
^
do_PLMrma.c:304:63: warning: implicit conversion changes signedness: 'int' to 'unsigned long' [-Wsign-conversion]
current->cur_weights = Realloc(current->cur_weights,current->n,double);
˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜^˜˜˜˜˜˜˜˜
/Library/Frameworks/R.framework/Resources/include/R_ext/RS.h:63:68: note: expanded from macro 'Realloc'
#define Realloc(p,n,t) (t *) R_chk_realloc( (void *)(p), (size_t)((n) * sizeof(t)) )
^
do_PLMrma.c:305:61: warning: implicit conversion changes signedness: 'int' to 'unsigned long' [-Wsign-conversion]
current->cur_resids = Realloc(current->cur_resids,current->n,double);
˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜^˜˜˜˜˜˜˜˜
/Library/Frameworks/R.framework/Resources/include/R_ext/RS.h:63:68: note: expanded from macro 'Realloc'
#define Realloc(p,n,t) (t *) R_chk_realloc( (void *)(p), (size_t)((n) * sizeof(t)) )
^
do_PLMrma.c:306:62: warning: implicit conversion changes signedness: 'int' to 'unsigned long' [-Wsign-conversion]
current->cur_params = Realloc(current->cur_params,current->p,double);
˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜^˜˜˜˜˜˜˜˜
/Library/Frameworks/R.framework/Resources/include/R_ext/RS.h:63:68: note: expanded from macro 'Realloc'
#define Realloc(p,n,t) (t *) R_chk_realloc( (void *)(p), (size_t)((n) * sizeof(t)) )
^
do_PLMrma.c:307:74: warning: implicit conversion changes signedness: 'int' to 'unsigned long' [-Wsign-conversion]
current->cur_se_estimates = Realloc(current->cur_se_estimates,current->p,double);
˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜^˜˜˜˜˜˜˜˜
/Library/Frameworks/R.framework/Resources/include/R_ext/RS.h:63:68: note: expanded from macro 'Realloc'
#define Realloc(p,n,t) (t *) R_chk_realloc( (void *)(p), (size_t)((n) * sizeof(t)) )
^
do_PLMrma.c:334:67: warning: implicit conversion changes signedness: 'int' to 'unsigned long' [-Wsign-conversion]
current->cur_weights = Realloc(current->cur_weights,current->n,double);
˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜^˜˜˜˜˜˜˜˜
/Library/Frameworks/R.framework/Resources/include/R_ext/RS.h:63:68: note: expanded from macro 'Realloc'
#define Realloc(p,n,t) (t *) R_chk_realloc( (void *)(p), (size_t)((n) * sizeof(t)) )
^
do_PLMrma.c:335:65: warning: implicit conversion changes signedness: 'int' to 'unsigned long' [-Wsign-conversion]
current->cur_resids = Realloc(current->cur_resids,current->n,double);
˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜^˜˜˜˜˜˜˜˜
/Library/Frameworks/R.framework/Resources/include/R_ext/RS.h:63:68: note: expanded from macro 'Realloc'
#define Realloc(p,n,t) (t *) R_chk_realloc( (void *)(p), (size_t)((n) * sizeof(t)) )
^
do_PLMrma.c:336:66: warning: implicit conversion changes signedness: 'int' to 'unsigned long' [-Wsign-conversion]
current->cur_params = Realloc(current->cur_params,current->p,double);
˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜^˜˜˜˜˜˜˜˜
/Library/Frameworks/R.framework/Resources/include/R_ext/RS.h:63:68: note: expanded from macro 'Realloc'
#define Realloc(p,n,t) (t *) R_chk_realloc( (void *)(p), (size_t)((n) * sizeof(t)) )
^
do_PLMrma.c:337:78: warning: implicit conversion changes signedness: 'int' to 'unsigned long' [-Wsign-conversion]
current->cur_se_estimates = Realloc(current->cur_se_estimates,current->p,double);
˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜^˜˜˜˜˜˜˜˜
/Library/Frameworks/R.framework/Resources/include/R_ext/RS.h:63:68: note: expanded from macro 'Realloc'
#define Realloc(p,n,t) (t *) R_chk_realloc( (void *)(p), (size_t)((n) * sizeof(t)) )
^
do_PLMrma.c:319:14: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'int' [-Wshorten-64-to-32]
size = strlen(first);
˜ ^˜˜˜˜˜˜˜˜˜˜˜˜
do_PLMrma.c:348:11: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'int' [-Wshorten-64-to-32]
size = strlen(first);
˜ ^˜˜˜˜˜˜˜˜˜˜˜˜
11 warnings generated.
clang -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG -I/usr/local/include -I"/Library/Frameworks/R.framework/Versions/3.0/Resources/library/preprocessCore/include" -fPIC -mtune=native -ggdb -O0 -Wall -pedantic -Wconversion -c do_PLMthreestep.c -o do_PLMthreestep.o
do_PLMthreestep.c:201:49: warning: implicit conversion changes signedness: 'int' to 'unsigned long' [-Wsign-conversion]
current->cur_rows = Realloc(current->cur_rows, max_nrows, int);
˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜^˜˜˜˜˜˜˜˜˜˜˜˜˜˜
/Library/Frameworks/R.framework/Resources/include/R_ext/RS.h:63:68: note: expanded from macro 'Realloc'
#define Realloc(p,n,t) (t *) R_chk_realloc( (void *)(p), (size_t)((n) * sizeof(t)) )
^
do_PLMthreestep.c:211:62: warning: implicit conversion changes signedness: 'int' to 'unsigned long' [-Wsign-conversion]
current->cur_resids = Realloc(current->cur_resids,data->cols*current->nprobes,double);
˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜^˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜
/Library/Frameworks/R.framework/Resources/include/R_ext/RS.h:63:68: note: expanded from macro 'Realloc'
#define Realloc(p,n,t) (t *) R_chk_realloc( (void *)(p), (size_t)((n) * sizeof(t)) )
^
do_PLMthreestep.c:238:65: warning: implicit conversion changes signedness: 'int' to 'unsigned long' [-Wsign-conversion]
current->cur_resids = Realloc(current->cur_resids,data->cols*current->nprobes,double);
˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜^˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜
/Library/Frameworks/R.framework/Resources/include/R_ext/RS.h:63:68: note: expanded from macro 'Realloc'
#define Realloc(p,n,t) (t *) R_chk_realloc( (void *)(p), (size_t)((n) * sizeof(t)) )
^
do_PLMthreestep.c:225:14: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'int' [-Wshorten-64-to-32]
size = strlen(first);
˜ ^˜˜˜˜˜˜˜˜˜˜˜˜
do_PLMthreestep.c:246:10: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'int' [-Wshorten-64-to-32]
size = strlen(first);
˜ ^˜˜˜˜˜˜˜˜˜˜˜˜
5 warnings generated.
clang -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG -I/usr/local/include -I"/Library/Frameworks/R.framework/Versions/3.0/Resources/library/preprocessCore/include" -fPIC -mtune=native -ggdb -O0 -Wall -pedantic -Wconversion -c idealmismatch.c -o idealmismatch.o
idealmismatch.c:88:30: warning: implicit conversion changes signedness: 'int' to 'unsigned long' [-Wsign-conversion]
cur_rows = Realloc(cur_rows,current_buf_size,int);
˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜^˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜
/Library/Frameworks/R.framework/Resources/include/R_ext/RS.h:63:68: note: expanded from macro 'Realloc'
#define Realloc(p,n,t) (t *) R_chk_realloc( (void *)(p), (size_t)((n) * sizeof(t)) )
^
idealmismatch.c:89:26: warning: implicit conversion changes signedness: 'int' to 'unsigned long' [-Wsign-conversion]
buffer = Realloc(buffer,current_buf_size,double);
˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜^˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜
/Library/Frameworks/R.framework/Resources/include/R_ext/RS.h:63:68: note: expanded from macro 'Realloc'
#define Realloc(p,n,t) (t *) R_chk_realloc( (void *)(p), (size_t)((n) * sizeof(t)) )
^
idealmismatch.c:201:30: warning: implicit conversion changes signedness: 'int' to 'unsigned long' [-Wsign-conversion]
cur_rows = Realloc(cur_rows,current_buf_size,int);
˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜^˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜
/Library/Frameworks/R.framework/Resources/include/R_ext/RS.h:63:68: note: expanded from macro 'Realloc'
#define Realloc(p,n,t) (t *) R_chk_realloc( (void *)(p), (size_t)((n) * sizeof(t)) )
^
idealmismatch.c:202:26: warning: implicit conversion changes signedness: 'int' to 'unsigned long' [-Wsign-conversion]
buffer = Realloc(buffer,current_buf_size,double);
˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜^˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜
/Library/Frameworks/R.framework/Resources/include/R_ext/RS.h:63:68: note: expanded from macro 'Realloc'
#define Realloc(p,n,t) (t *) R_chk_realloc( (void *)(p), (size_t)((n) * sizeof(t)) )
^
4 warnings generated.
clang -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG -I/usr/local/include -I"/Library/Frameworks/R.framework/Versions/3.0/Resources/library/preprocessCore/include" -fPIC -mtune=native -ggdb -O0 -Wall -pedantic -Wconversion -c lm_threestep.c -o lm_threestep.o
clang -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG -I/usr/local/include -I"/Library/Frameworks/R.framework/Versions/3.0/Resources/library/preprocessCore/include" -fPIC -mtune=native -ggdb -O0 -Wall -pedantic -Wconversion -c matrix_functions.c -o matrix_functions.o
clang -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG -I/usr/local/include -I"/Library/Frameworks/R.framework/Versions/3.0/Resources/library/preprocessCore/include" -fPIC -mtune=native -ggdb -O0 -Wall -pedantic -Wconversion -c nthLargestPM.c -o nthLargestPM.o
nthLargestPM.c:62:16: warning: implicit conversion changes signedness: 'int' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
qsort(buffer,length,sizeof(double), (int(*)(const void*, const void*))sort_double);
˜˜˜˜˜ ^˜˜˜˜˜
1 warning generated.
clang -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG -I/usr/local/include -I"/Library/Frameworks/R.framework/Versions/3.0/Resources/library/preprocessCore/include" -fPIC -mtune=native -ggdb -O0 -Wall -pedantic -Wconversion -c preprocess.c -o preprocess.o
preprocess.c:506:55: warning: implicit conversion changes signedness: 'int' to 'unsigned long' [-Wsign-conversion]
ProbeNames = (const char **)Realloc(ProbeNames,2*rows,const char *);
˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜^˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜
/Library/Frameworks/R.framework/Resources/include/R_ext/RS.h:63:68: note: expanded from macro 'Realloc'
#define Realloc(p,n,t) (t *) R_chk_realloc( (void *)(p), (size_t)((n) * sizeof(t)) )
^
1 warning generated.
clang -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG -I/usr/local/include -I"/Library/Frameworks/R.framework/Versions/3.0/Resources/library/preprocessCore/include" -fPIC -mtune=native -ggdb -O0 -Wall -pedantic -Wconversion -c psi_fns.c -o psi_fns.o
clang -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG -I/usr/local/include -I"/Library/Frameworks/R.framework/Versions/3.0/Resources/library/preprocessCore/include" -fPIC -mtune=native -ggdb -O0 -Wall -pedantic -Wconversion -c qnorm_probeset.c -o qnorm_probeset.o
qnorm_probeset.c:137:35: warning: implicit conversion changes signedness: 'int' to 'unsigned long' [-Wsign-conversion]
cur_rows = Realloc(cur_rows, max_nrows, int);
˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜^˜˜˜˜˜˜˜˜˜˜˜˜˜˜
/Library/Frameworks/R.framework/Resources/include/R_ext/RS.h:63:68: note: expanded from macro 'Realloc'
#define Realloc(p,n,t) (t *) R_chk_realloc( (void *)(p), (size_t)((n) * sizeof(t)) )
^
qnorm_probeset.c:145:35: warning: implicit conversion changes signedness: 'int' to 'unsigned long' [-Wsign-conversion]
cur_rows = Realloc(cur_rows, max_nrows, int);
˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜^˜˜˜˜˜˜˜˜˜˜˜˜˜˜
/Library/Frameworks/R.framework/Resources/include/R_ext/RS.h:63:68: note: expanded from macro 'Realloc'
#define Realloc(p,n,t) (t *) R_chk_realloc( (void *)(p), (size_t)((n) * sizeof(t)) )
^
qnorm_probeset.c:198:35: warning: implicit conversion changes signedness: 'int' to 'unsigned long' [-Wsign-conversion]
cur_rows = Realloc(cur_rows, max_nrows, int);
˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜^˜˜˜˜˜˜˜˜˜˜˜˜˜˜
/Library/Frameworks/R.framework/Resources/include/R_ext/RS.h:63:68: note: expanded from macro 'Realloc'
#define Realloc(p,n,t) (t *) R_chk_realloc( (void *)(p), (size_t)((n) * sizeof(t)) )
^
qnorm_probeset.c:206:35: warning: implicit conversion changes signedness: 'int' to 'unsigned long' [-Wsign-conversion]
cur_rows = Realloc(cur_rows, max_nrows, int);
˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜^˜˜˜˜˜˜˜˜˜˜˜˜˜˜
/Library/Frameworks/R.framework/Resources/include/R_ext/RS.h:63:68: note: expanded from macro 'Realloc'
#define Realloc(p,n,t) (t *) R_chk_realloc( (void *)(p), (size_t)((n) * sizeof(t)) )
^
4 warnings generated.
clang -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG -I/usr/local/include -I"/Library/Frameworks/R.framework/Versions/3.0/Resources/library/preprocessCore/include" -fPIC -mtune=native -ggdb -O0 -Wall -pedantic -Wconversion -c read_rmaexpress.c -o read_rmaexpress.o
read_rmaexpress.c:48:42: warning: implicit conversion changes signedness: 'int' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
result = fread(destination,sizeof(int),n,instream);
˜˜˜˜˜ ^
read_rmaexpress.c:102:45: warning: implicit conversion changes signedness: 'int' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
result = fread(destination,sizeof(double),n,instream);
˜˜˜˜˜ ^
read_rmaexpress.c:119:43: warning: implicit conversion changes signedness: 'int' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
result = fread(destination,sizeof(char),n,instream);
˜˜˜˜˜ ^
read_rmaexpress.c:375:12: warning: implicit conversion changes signedness: 'int' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
result = gzread(instream,destination,sizeof(int)*n);
˜ ^˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜
read_rmaexpress.c:375:52: warning: implicit conversion changes signedness: 'int' to 'unsigned long' [-Wsign-conversion]
result = gzread(instream,destination,sizeof(int)*n);
˜^
read_rmaexpress.c:395:12: warning: implicit conversion changes signedness: 'int' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
result = gzread(instream,destination,sizeof(double)*n);
˜ ^˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜
read_rmaexpress.c:395:55: warning: implicit conversion changes signedness: 'int' to 'unsigned long' [-Wsign-conversion]
result = gzread(instream,destination,sizeof(double)*n);
˜^
read_rmaexpress.c:412:13: warning: implicit conversion changes signedness: 'int' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
result = gzread(instream,destination,sizeof(char)*n);
˜ ^˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜
read_rmaexpress.c:412:54: warning: implicit conversion changes signedness: 'int' to 'unsigned long' [-Wsign-conversion]
result = gzread(instream,destination,sizeof(char)*n);
˜^
9 warnings generated.
clang -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG -I/usr/local/include -I"/Library/Frameworks/R.framework/Versions/3.0/Resources/library/preprocessCore/include" -fPIC -mtune=native -ggdb -O0 -Wall -pedantic -Wconversion -c rlm_PLM.c -o rlm_PLM.o
clang -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG -I/usr/local/include -I"/Library/Frameworks/R.framework/Versions/3.0/Resources/library/preprocessCore/include" -fPIC -mtune=native -ggdb -O0 -Wall -pedantic -Wconversion -c rlm_threestep.c -o rlm_threestep.o
clang -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG -I/usr/local/include -I"/Library/Frameworks/R.framework/Versions/3.0/Resources/library/preprocessCore/include" -fPIC -mtune=native -ggdb -O0 -Wall -pedantic -Wconversion -c rmaPLM_pseudo.c -o rmaPLM_pseudo.o
clang -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG -I/usr/local/include -I"/Library/Frameworks/R.framework/Versions/3.0/Resources/library/preprocessCore/include" -fPIC -mtune=native -ggdb -O0 -Wall -pedantic -Wconversion -c rma_PLM.c -o rma_PLM.o
clang -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG -I/usr/local/include -I"/Library/Frameworks/R.framework/Versions/3.0/Resources/library/preprocessCore/include" -fPIC -mtune=native -ggdb -O0 -Wall -pedantic -Wconversion -c rma_common.c -o rma_common.o
rma_common.c:65:19: warning: implicit conversion changes signedness: 'int' to 'unsigned long' [-Wsign-conversion]
memcpy(buffer,x,length*sizeof(double));
^˜˜˜˜˜˜
/usr/include/secure/_string.h:52:41: note: expanded from macro 'memcpy'
? __builtin___memcpy_chk (dest, src, len, __darwin_obsz0 (dest)) \
^
rma_common.c:65:19: warning: implicit conversion changes signedness: 'int' to 'unsigned long' [-Wsign-conversion]
memcpy(buffer,x,length*sizeof(double));
^˜˜˜˜˜˜
/usr/include/secure/_string.h:53:38: note: expanded from macro 'memcpy'
: __inline_memcpy_chk (dest, src, len))
^
rma_common.c:60:7: warning: unused variable 'i' [-Wunused-variable]
int i;
^
rma_common.c:107:19: warning: implicit conversion changes signedness: 'int' to 'unsigned long' [-Wsign-conversion]
memcpy(buffer,x,length*sizeof(double));
^˜˜˜˜˜˜
/usr/include/secure/_string.h:52:41: note: expanded from macro 'memcpy'
? __builtin___memcpy_chk (dest, src, len, __darwin_obsz0 (dest)) \
^
rma_common.c:107:19: warning: implicit conversion changes signedness: 'int' to 'unsigned long' [-Wsign-conversion]
memcpy(buffer,x,length*sizeof(double));
^˜˜˜˜˜˜
/usr/include/secure/_string.h:53:38: note: expanded from macro 'memcpy'
: __inline_memcpy_chk (dest, src, len))
^
5 warnings generated.
clang -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG -I/usr/local/include -I"/Library/Frameworks/R.framework/Versions/3.0/Resources/library/preprocessCore/include" -fPIC -mtune=native -ggdb -O0 -Wall -pedantic -Wconversion -c scaling.c -o scaling.o
scaling.c:76:18: warning: implicit conversion changes signedness: 'int' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
qsort(buffer,length,sizeof(double), (int(*)(const void*, const void*))sort_double);
˜˜˜˜˜ ^˜˜˜˜˜
1 warning generated.
clang -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG -I/usr/local/include -I"/Library/Frameworks/R.framework/Versions/3.0/Resources/library/preprocessCore/include" -fPIC -mtune=native -ggdb -O0 -Wall -pedantic -Wconversion -c threestep.c -o threestep.o
clang -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG -I/usr/local/include -I"/Library/Frameworks/R.framework/Versions/3.0/Resources/library/preprocessCore/include" -fPIC -mtune=native -ggdb -O0 -Wall -pedantic -Wconversion -c threestep_PLM.c -o threestep_PLM.o
clang -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG -I/usr/local/include -I"/Library/Frameworks/R.framework/Versions/3.0/Resources/library/preprocessCore/include" -fPIC -mtune=native -ggdb -O0 -Wall -pedantic -Wconversion -c threestep_common.c -o threestep_common.o
threestep_common.c:60:19: warning: implicit conversion changes signedness: 'int' to 'unsigned long' [-Wsign-conversion]
memcpy(buffer,x,length*sizeof(double));
^˜˜˜˜˜˜
/usr/include/secure/_string.h:52:41: note: expanded from macro 'memcpy'
? __builtin___memcpy_chk (dest, src, len, __darwin_obsz0 (dest)) \
^
threestep_common.c:60:19: warning: implicit conversion changes signedness: 'int' to 'unsigned long' [-Wsign-conversion]
memcpy(buffer,x,length*sizeof(double));
^˜˜˜˜˜˜
/usr/include/secure/_string.h:53:38: note: expanded from macro 'memcpy'
: __inline_memcpy_chk (dest, src, len))
^
2 warnings generated.
clang -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG -I/usr/local/include -I"/Library/Frameworks/R.framework/Versions/3.0/Resources/library/preprocessCore/include" -fPIC -mtune=native -ggdb -O0 -Wall -pedantic -Wconversion -c threestep_summary.c -o threestep_summary.o
threestep_summary.c:94:31: warning: implicit conversion changes signedness: 'int' to 'unsigned long' [-Wsign-conversion]
cur_rows = Realloc(cur_rows, max_nrows, int);
˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜^˜˜˜˜˜˜˜˜˜˜˜˜˜˜
/Library/Frameworks/R.framework/Resources/include/R_ext/RS.h:63:68: note: expanded from macro 'Realloc'
#define Realloc(p,n,t) (t *) R_chk_realloc( (void *)(p), (size_t)((n) * sizeof(t)) )
^
threestep_summary.c:107:14: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'int' [-Wshorten-64-to-32]
size = strlen(first);
˜ ^˜˜˜˜˜˜˜˜˜˜˜˜
threestep_summary.c:121:10: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'int' [-Wshorten-64-to-32]
size = strlen(first);
˜ ^˜˜˜˜˜˜˜˜˜˜˜˜
3 warnings generated.
clang -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG -I/usr/local/include -I"/Library/Frameworks/R.framework/Versions/3.0/Resources/library/preprocessCore/include" -fPIC -mtune=native -ggdb -O0 -Wall -pedantic -Wconversion -c threestep_summary_methods.c -o threestep_summary_methods.o
clang -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG -I/usr/local/include -I"/Library/Frameworks/R.framework/Versions/3.0/Resources/library/preprocessCore/include" -fPIC -mtune=native -ggdb -O0 -Wall -pedantic -Wconversion -c transfns.c -o transfns.o
clang -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -single_module -multiply_defined suppress -L/usr/local/lib -L/usr/local/lib -o affyPLM.so LESN.o PLM_avg_log.o PLM_biweight.o PLM_log_avg.o PLM_medianPM.o PLM_median_logPM.o PLM_medianpolish.o PLM_modelmatrix.o SCAB.o chipbackground.o common_types.o do_PLMrlm.o do_PLMrma.o do_PLMthreestep.o idealmismatch.o lm_threestep.o matrix_functions.o nthLargestPM.o preprocess.o psi_fns.o qnorm_probeset.o read_rmaexpress.o rlm_PLM.o rlm_threestep.o rmaPLM_pseudo.o rma_PLM.o rma_common.o scaling.o threestep.o threestep_PLM.o threestep_common.o threestep_summary.o threestep_summary_methods.o transfns.o -L/usr/local/lib/gcc/i686-apple-darwin8/4.2.3/x86_64 -L/usr/local/lib/x86_64 -L/usr/local/lib/gcc/i686-apple-darwin8/4.2.3 -lgfortran -L/Library/Frameworks/R.framework/Resources/lib -lRlapack -L/Library/Frameworks/R.framework/Resources/lib -lRblas -lz -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation
installing to /Users/biocbuild/bbs-2.12-bioc/meat/affyPLM.Rcheck/affyPLM/libs
** R
** inst
** preparing package for lazy loading
Creating a generic function for 'summary' from package 'base' in package 'affyPLM'
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded
* DONE (affyPLM)