The 96 printf format warnings in the attachment come from an Linux/x86-64
system w/ Clang and "-m32".

Some of the warnings are "size_t" vs "unigned long", which is harmless
since both are 32-bits.

However, there are several cases in sharedfp/sm where a 64-bit (long long)
format has a 32-bit (long) argument.

-Paul


-- 
Paul H. Hargrove                          phhargr...@lbl.gov
Computer Languages & Systems Software (CLaSS) Group
Computer Science Department               Tel: +1-510-495-2352
Lawrence Berkeley National Laboratory     Fax: +1-510-486-6900
/scratch/phargrov/OMPI/openmpi-v2.x-dev-1410-g81e0924-linux-x86_64-clang-m32/openmpi-gitclone/opal/datatype/opal_datatype_unpack.c:487:49:
 warning: format specifies type 'long' but the argument has type 'size_t' (aka 
'unsigned int') [-Wformat]
                                       iov_ptr, iov_len_local,
                                                ^~~~~~~~~~~~~
--
/scratch/phargrov/OMPI/openmpi-v2.x-dev-1410-g81e0924-linux-x86_64-clang-m32/openmpi-gitclone/opal/datatype/opal_datatype_unpack.c:488:62:
 warning: format specifies type 'long' but the argument has type 'int' 
[-Wformat]
                                       pConvertor->pBaseBuf, conv_ptr + 
pElem->elem.disp - pConvertor->pBaseBuf,
                                                             
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
--
/scratch/phargrov/OMPI/openmpi-v2.x-dev-1410-g81e0924-linux-x86_64-clang-m32/openmpi-gitclone/opal/datatype/opal_datatype_unpack.c:489:52:
 warning: format specifies type 'long' but the argument has type 'ptrdiff_t' 
(aka 'int') [-Wformat]
                                       count_desc, 
description[pos_desc].elem.extent,
                                                   
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
--
/scratch/phargrov/OMPI/openmpi-v2.x-dev-1410-g81e0924-linux-x86_64-clang-m32/openmpi-gitclone/opal/datatype/opal_convertor_raw.c:73:52:
 warning: format specifies type 'unsigned long' but the argument has type 
'size_t' (aka 'unsigned int') [-Wformat]
                           (void*)iov, *iov_count, *length ); );
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
--
/scratch/phargrov/OMPI/openmpi-v2.x-dev-1410-g81e0924-linux-x86_64-clang-m32/openmpi-gitclone/opal/datatype/opal_datatype_unpack.c:487:49:
 warning: format specifies type 'long' but the argument has type 'size_t' (aka 
'unsigned int') [-Wformat]
                                       iov_ptr, iov_len_local,
                                                ^~~~~~~~~~~~~
--
/scratch/phargrov/OMPI/openmpi-v2.x-dev-1410-g81e0924-linux-x86_64-clang-m32/openmpi-gitclone/opal/datatype/opal_datatype_unpack.c:488:62:
 warning: format specifies type 'long' but the argument has type 'int' 
[-Wformat]
                                       pConvertor->pBaseBuf, conv_ptr + 
pElem->elem.disp - pConvertor->pBaseBuf,
                                                             
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
--
/scratch/phargrov/OMPI/openmpi-v2.x-dev-1410-g81e0924-linux-x86_64-clang-m32/openmpi-gitclone/opal/datatype/opal_datatype_unpack.c:489:52:
 warning: format specifies type 'long' but the argument has type 'ptrdiff_t' 
(aka 'int') [-Wformat]
                                       count_desc, 
description[pos_desc].elem.extent,
                                                   
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
--
/scratch/phargrov/OMPI/openmpi-v2.x-dev-1410-g81e0924-linux-x86_64-clang-m32/openmpi-gitclone/opal/mca/base/mca_base_var.c:1955:58:
 warning: format specifies type 'unsigned long' but the argument has type 
'size_t' (aka 'unsigned int') [-Wformat]
            ret = asprintf (value_string, "%" PRIsize_t, value->sizetval);
                                           ~~~           ^~~~~~~~~~~~~~~
--
/scratch/phargrov/OMPI/openmpi-v2.x-dev-1410-g81e0924-linux-x86_64-clang-m32/openmpi-gitclone/opal/mca/hwloc/hwloc1112/hwloc/src/topology-synthetic.c:84:69:
 warning: format specifies type 'unsigned long' but the argument has type 
'size_t' (aka 'unsigned int') [-Wformat]
          fprintf(stderr, "Failed to read synthetic index #%lu at '%s'\n", i, 
attr);
                                                           ~~~             ^
--
/scratch/phargrov/OMPI/openmpi-v2.x-dev-1410-g81e0924-linux-x86_64-clang-m32/openmpi-gitclone/opal/mca/hwloc/hwloc1112/hwloc/src/topology-synthetic.c:92:76:
 warning: format specifies type 'unsigned long' but the argument has type 
'size_t' (aka 'unsigned int') [-Wformat]
            fprintf(stderr, "Missing comma after synthetic index #%lu at 
'%s'\n", i, attr);
                                                                  ~~~           
  ^
--
/scratch/phargrov/OMPI/openmpi-v2.x-dev-1410-g81e0924-linux-x86_64-clang-m32/openmpi-gitclone/opal/mca/btl/openib/btl_openib_endpoint.c:115:40:
 warning: format specifies type 'unsigned long' but the argument has type 
'size_t' (aka 'unsigned int') [-Wformat]
               ib_rc, strerror(ib_rc), size));
                                       ^~~~
--
/scratch/phargrov/OMPI/openmpi-v2.x-dev-1410-g81e0924-linux-x86_64-clang-m32/openmpi-gitclone/opal/mca/btl/sm/btl_sm.c:1253:44:
 warning: format specifies type 'unsigned long' but the argument has type 
'size_t' (aka 'unsigned int') [-Wformat]
                             (void*) frag, frag->size, (void*) frag->hdr->frag,
                                           ^~~~~~~~~~
/scratch/phargrov/OMPI/openmpi-v2.x-dev-1410-g81e0924-linux-x86_64-clang-m32/openmpi-gitclone/opal/mca/btl/sm/btl_sm.c:1254:30:
 warning: format specifies type 'unsigned long' but the argument has type 
'size_t' (aka 'unsigned int') [-Wformat]
                             frag->hdr->len, frag->hdr->my_smp_rank,
                             ^~~~~~~~~~~~~~
--
/scratch/phargrov/OMPI/openmpi-v2.x-dev-1410-g81e0924-linux-x86_64-clang-m32/openmpi-gitclone/opal/mca/btl/tcp/btl_tcp_endpoint.c:390:61:
 warning: format specifies type 'unsigned long' but the argument has type 
'size_t' (aka 'unsigned int') [-Wformat]
                           btl_endpoint->endpoint_sd, data, cnt, size,
                                                            ^~~
--
/scratch/phargrov/OMPI/openmpi-v2.x-dev-1410-g81e0924-linux-x86_64-clang-m32/openmpi-gitclone/opal/mca/btl/tcp/btl_tcp_endpoint.c:390:66:
 warning: format specifies type 'unsigned long' but the argument has type 
'size_t' (aka 'unsigned int') [-Wformat]
                           btl_endpoint->endpoint_sd, data, cnt, size,
                                                                 ^~~~
--
/scratch/phargrov/OMPI/openmpi-v2.x-dev-1410-g81e0924-linux-x86_64-clang-m32/openmpi-gitclone/opal/mca/btl/tcp/btl_tcp_endpoint.c:599:55:
 warning: format specifies type 'unsigned long' but the argument has type 
'size_t' (aka 'unsigned int') [-Wformat]
                           btl_endpoint->endpoint_sd, cnt, size, 
strerror(opal_socket_errno), opal_socket_errno));
                                                      ^~~
--
/scratch/phargrov/OMPI/openmpi-v2.x-dev-1410-g81e0924-linux-x86_64-clang-m32/openmpi-gitclone/opal/mca/btl/tcp/btl_tcp_endpoint.c:599:60:
 warning: format specifies type 'unsigned long' but the argument has type 
'size_t' (aka 'unsigned int') [-Wformat]
                           btl_endpoint->endpoint_sd, cnt, size, 
strerror(opal_socket_errno), opal_socket_errno));
                                                           ^~~~
--
/scratch/phargrov/OMPI/openmpi-v2.x-dev-1410-g81e0924-linux-x86_64-clang-m32/openmpi-gitclone/opal/mca/btl/tcp/btl_tcp_frag.c:97:79:
 warning: format specifies type 'unsigned long' but the argument has type 
'size_t' (aka 'unsigned int') [-Wformat]
                    msg, (void*)frag, (int)frag->iov_cnt, (int)frag->iov_idx, 
frag->size);
                                                                              
^~~~~~~~~~
/scratch/phargrov/OMPI/openmpi-v2.x-dev-1410-g81e0924-linux-x86_64-clang-m32/openmpi-gitclone/opal/mca/btl/tcp/btl_tcp_frag.c:102:49:
 warning: format specifies type 'unsigned long' but the argument has type 
'size_t' (aka 'unsigned int') [-Wformat]
                         frag->iov[i].iov_base, frag->iov[i].iov_len);
                                                ^~~~~~~~~~~~~~~~~~~~
--
/scratch/phargrov/OMPI/openmpi-v2.x-dev-1410-g81e0924-linux-x86_64-clang-m32/openmpi-gitclone/opal/mca/pmix/pmix112/pmix/src/usock/usock.c:127:25:
 warning: format specifies type 'unsigned long' but the argument has type 
'size_t' (aka 'unsigned int') [-Wformat]
                        size, sd );
                        ^~~~
/scratch/phargrov/OMPI/openmpi-v2.x-dev-1410-g81e0924-linux-x86_64-clang-m32/openmpi-gitclone/opal/mca/pmix/pmix112/pmix/src/usock/usock.c:165:76:
 warning: format specifies type 'unsigned long' but the argument has type 
'size_t' (aka 'unsigned int') [-Wformat]
                        "waiting for blocking recv of %"PRIsize_t" bytes", 
size);
                                                      ~~                   ^~~~
--
/scratch/phargrov/OMPI/openmpi-v2.x-dev-1410-g81e0924-linux-x86_64-clang-m32/openmpi-gitclone/opal/mca/rcache/vma/rcache_vma_tree.c:587:59:
 warning: format specifies type 'unsigned long' but the argument has type 
'unsigned int' [-Wformat]
                    (void *)vma->start, (void *)vma->end, vma->end - vma->start 
+ 1,
                                                          
^~~~~~~~~~~~~~~~~~~~~~~~~
--
/scratch/phargrov/OMPI/openmpi-v2.x-dev-1410-g81e0924-linux-x86_64-clang-m32/openmpi-gitclone/orte/mca/oob/tcp/oob_tcp_connection.c:561:25:
 warning: format specifies type 'unsigned long' but the argument has type 
'size_t' (aka 'unsigned int') [-Wformat]
                        size, sd);
                        ^~~~
--
/scratch/phargrov/OMPI/openmpi-v2.x-dev-1410-g81e0924-linux-x86_64-clang-m32/openmpi-gitclone/orte/mca/oob/usock/oob_usock_connection.c:475:25:
 warning: format specifies type 'unsigned long' but the argument has type 
'size_t' (aka 'unsigned int') [-Wformat]
                        size, sd);
                        ^~~~
--
/scratch/phargrov/OMPI/openmpi-v2.x-dev-1410-g81e0924-linux-x86_64-clang-m32/openmpi-gitclone/ompi/mca/coll/sm/coll_sm_module.c:566:58:
 warning: format specifies type 'unsigned long' but the argument has type 
'size_t' (aka 'unsigned int') [-Wformat]
                        comm->c_contextid, comm->c_name, size, fullpath);
                                                         ^~~~
--
/scratch/phargrov/OMPI/openmpi-v2.x-dev-1410-g81e0924-linux-x86_64-clang-m32/openmpi-gitclone/ompi/mca/coll/tuned/coll_tuned_dynamic_rules.c:112:18:
 warning: format specifies type 'unsigned long' but the argument has type 
'size_t' (aka 'unsigned int') [-Wformat]
                 msg_p->msg_size, msg_p->result_alg, 
msg_p->result_topo_faninout, msg_p->result_segsize,
                 ^~~~~~~~~~~~~~~
--
/scratch/phargrov/OMPI/openmpi-v2.x-dev-1410-g81e0924-linux-x86_64-clang-m32/openmpi-gitclone/ompi/mca/fcoll/two_phase/fcoll_two_phase_support_fns.c:175:36:
 warning: format specifies type 'long long' but the argument has type 'long' 
[-Wformat]
               rank_index,num_aggregators,fd_size,off);
                                          ^~~~~~~
/scratch/phargrov/OMPI/openmpi-v2.x-dev-1410-g81e0924-linux-x86_64-clang-m32/openmpi-gitclone/ompi/mca/fcoll/two_phase/fcoll_two_phase_support_fns.c:175:44:
 warning: format specifies type 'long long' but the argument has type 'long' 
[-Wformat]
               rank_index,num_aggregators,fd_size,off);
                                                  ^~~
--
/scratch/phargrov/OMPI/openmpi-v2.x-dev-1410-g81e0924-linux-x86_64-clang-m32/openmpi-gitclone/ompi/mca/osc/rdma/osc_rdma.h:321:52:
 warning: format specifies type 'unsigned long' but the argument has type 
'size_t' (aka 'unsigned int') [-Wformat]
                         ptr, (char *) ptr + size, size);
                                                   ^~~~
--
/scratch/phargrov/OMPI/openmpi-v2.x-dev-1410-g81e0924-linux-x86_64-clang-m32/openmpi-gitclone/ompi/mca/osc/rdma/osc_rdma.h:321:52:
 warning: format specifies type 'unsigned long' but the argument has type 
'size_t' (aka 'unsigned int') [-Wformat]
                         ptr, (char *) ptr + size, size);
                                                   ^~~~
--
/scratch/phargrov/OMPI/openmpi-v2.x-dev-1410-g81e0924-linux-x86_64-clang-m32/openmpi-gitclone/ompi/mca/osc/rdma/osc_rdma_comm.c:312:26:
 warning: format specifies type 'unsigned long' but the argument has type 
'size_t' (aka 'unsigned int') [-Wformat]
                         rdma_len);
                         ^~~~~~~~
--
/scratch/phargrov/OMPI/openmpi-v2.x-dev-1410-g81e0924-linux-x86_64-clang-m32/openmpi-gitclone/ompi/mca/osc/rdma/osc_rdma_comm.c:671:22:
 warning: format specifies type 'unsigned long' but the argument has type 
'size_t' (aka 'unsigned int') [-Wformat]
                     size, source_address, target_buffer);
                     ^~~~
--
/scratch/phargrov/OMPI/openmpi-v2.x-dev-1410-g81e0924-linux-x86_64-clang-m32/openmpi-gitclone/ompi/mca/osc/rdma/osc_rdma_comm.c:735:50:
 warning: format specifies type 'unsigned long' but the argument has type 
'osc_rdma_size_t' (aka 'long long') [-Wformat]
                             ptr, (void *) frag, aligned_len, (unsigned long) 
aligned_source_base);
                                                 ^~~~~~~~~~~
--
/scratch/phargrov/OMPI/openmpi-v2.x-dev-1410-g81e0924-linux-x86_64-clang-m32/openmpi-gitclone/ompi/mca/osc/rdma/osc_rdma.h:321:52:
 warning: format specifies type 'unsigned long' but the argument has type 
'size_t' (aka 'unsigned int') [-Wformat]
                         ptr, (char *) ptr + size, size);
                                                   ^~~~
--
/scratch/phargrov/OMPI/openmpi-v2.x-dev-1410-g81e0924-linux-x86_64-clang-m32/openmpi-gitclone/ompi/mca/osc/rdma/osc_rdma.h:321:52:
 warning: format specifies type 'unsigned long' but the argument has type 
'size_t' (aka 'unsigned int') [-Wformat]
                         ptr, (char *) ptr + size, size);
                                                   ^~~~
--
/scratch/phargrov/OMPI/openmpi-v2.x-dev-1410-g81e0924-linux-x86_64-clang-m32/openmpi-gitclone/ompi/mca/osc/rdma/osc_rdma.h:321:52:
 warning: format specifies type 'unsigned long' but the argument has type 
'size_t' (aka 'unsigned int') [-Wformat]
                         ptr, (char *) ptr + size, size);
                                                   ^~~~
--
/scratch/phargrov/OMPI/openmpi-v2.x-dev-1410-g81e0924-linux-x86_64-clang-m32/openmpi-gitclone/ompi/mca/osc/rdma/osc_rdma.h:321:52:
 warning: format specifies type 'unsigned long' but the argument has type 
'size_t' (aka 'unsigned int') [-Wformat]
                         ptr, (char *) ptr + size, size);
                                                   ^~~~
--
/scratch/phargrov/OMPI/openmpi-v2.x-dev-1410-g81e0924-linux-x86_64-clang-m32/openmpi-gitclone/ompi/mca/osc/rdma/osc_rdma.h:321:52:
 warning: format specifies type 'unsigned long' but the argument has type 
'size_t' (aka 'unsigned int') [-Wformat]
                         ptr, (char *) ptr + size, size);
                                                   ^~~~
--
/scratch/phargrov/OMPI/openmpi-v2.x-dev-1410-g81e0924-linux-x86_64-clang-m32/openmpi-gitclone/ompi/mca/osc/rdma/osc_rdma.h:321:52:
 warning: format specifies type 'unsigned long' but the argument has type 
'size_t' (aka 'unsigned int') [-Wformat]
                         ptr, (char *) ptr + size, size);
                                                   ^~~~
--
/scratch/phargrov/OMPI/openmpi-v2.x-dev-1410-g81e0924-linux-x86_64-clang-m32/openmpi-gitclone/ompi/mca/osc/rdma/osc_rdma.h:321:52:
 warning: format specifies type 'unsigned long' but the argument has type 
'size_t' (aka 'unsigned int') [-Wformat]
                         ptr, (char *) ptr + size, size);
                                                   ^~~~
--
/scratch/phargrov/OMPI/openmpi-v2.x-dev-1410-g81e0924-linux-x86_64-clang-m32/openmpi-gitclone/ompi/mca/osc/rdma/osc_rdma_peer.c:130:63:
 warning: format specifies type 'unsigned long' but the argument has type 
'unsigned int' [-Wformat]
                     ", size: %lu", node_rank, array_pointer, sizeof 
(rank_data));
                              ~~~                             ^~~~~~~~~~~~~~~~~~
--
/scratch/phargrov/OMPI/openmpi-v2.x-dev-1410-g81e0924-linux-x86_64-clang-m32/openmpi-gitclone/ompi/mca/osc/rdma/osc_rdma.h:321:52:
 warning: format specifies type 'unsigned long' but the argument has type 
'size_t' (aka 'unsigned int') [-Wformat]
                         ptr, (char *) ptr + size, size);
                                                   ^~~~
--
/scratch/phargrov/OMPI/openmpi-v2.x-dev-1410-g81e0924-linux-x86_64-clang-m32/openmpi-gitclone/ompi/mca/osc/rdma/osc_rdma.h:321:52:
 warning: format specifies type 'unsigned long' but the argument has type 
'size_t' (aka 'unsigned int') [-Wformat]
                         ptr, (char *) ptr + size, size);
                                                   ^~~~
--
/scratch/phargrov/OMPI/openmpi-v2.x-dev-1410-g81e0924-linux-x86_64-clang-m32/openmpi-gitclone/ompi/mca/pml/ob1/pml_ob1.c:527:48:
 warning: format specifies type 'unsigned long' but the argument has type 
'size_t' (aka 'unsigned int') [-Wformat]
                        (void*) req->req_addr, req->req_count,
                                               ^~~~~~~~~~~~~~
/scratch/phargrov/OMPI/openmpi-v2.x-dev-1410-g81e0924-linux-x86_64-clang-m32/openmpi-gitclone/ompi/mca/pml/ob1/pml_ob1.c:549:42:
 warning: format specifies type 'unsigned long' but the argument has type 
'size_t' (aka 'unsigned int') [-Wformat]
                pml_comm->recv_sequence, pml_comm->num_procs, 
pml_comm->last_probed);
                                         ^~~~~~~~~~~~~~~~~~~
/scratch/phargrov/OMPI/openmpi-v2.x-dev-1410-g81e0924-linux-x86_64-clang-m32/openmpi-gitclone/ompi/mca/pml/ob1/pml_ob1.c:549:63:
 warning: format specifies type 'unsigned long' but the argument has type 
'size_t' (aka 'unsigned int') [-Wformat]
                pml_comm->recv_sequence, pml_comm->num_procs, 
pml_comm->last_probed);
                                                              
^~~~~~~~~~~~~~~~~~~~~
--
/scratch/phargrov/OMPI/openmpi-v2.x-dev-1410-g81e0924-linux-x86_64-clang-m32/openmpi-gitclone/ompi/mca/sharedfp/individual/sharedfp_individual_collaborate_data.c:187:67:
 warning: format specifies type 'long long' but the argument has type 'long' 
[-Wformat]
                        "%lld (%d)\n", rank, ind_recordlength[i], 
offsetbuff[idx], idx);
                         ~~~~                                     
^~~~~~~~~~~~~~~
--
/scratch/phargrov/OMPI/openmpi-v2.x-dev-1410-g81e0924-linux-x86_64-clang-m32/openmpi-gitclone/ompi/mca/sharedfp/individual/sharedfp_individual_insert_metadata.c:123:94:
 warning: format specifies type 'long long' but the argument has type 
'MPI_Offset' (aka 'long') [-Wformat]
                        "sharedfp_individual_write_metadata_file: Buff 
localposition %lld\n",buff.localposition);
                                                                                
     ~~~~    ^~~~~~~~~~~~~~~~~~
--
/scratch/phargrov/OMPI/openmpi-v2.x-dev-1410-g81e0924-linux-x86_64-clang-m32/openmpi-gitclone/ompi/mca/sharedfp/individual/sharedfp_individual_insert_metadata.c:127:87:
 warning: format specifies type 'long' but the argument has type 'unsigned int' 
[-Wformat]
                        "sharedfp_individual_write_metadata_file: Size of buff 
%ld\n",sizeof(buff));
                                                                               
~~~    ^~~~~~~~~~~~
--
/scratch/phargrov/OMPI/openmpi-v2.x-dev-1410-g81e0924-linux-x86_64-clang-m32/openmpi-gitclone/ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_seek.c:68:113:
 warning: format specifies type 'long long' but the argument has type 'long' 
[-Wformat]
                opal_output(0,"sharedfp_lockedfile_seek - MPI_SEEK_SET, offset 
must be > 0, got offset=%lld.\n",offset);
                                                                                
                       ~~~~     ^~~~~~
--
/scratch/phargrov/OMPI/openmpi-v2.x-dev-1410-g81e0924-linux-x86_64-clang-m32/openmpi-gitclone/ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_seek.c:71:105:
 warning: format specifies type 'long long' but the argument has type 'long' 
[-Wformat]
            
opal_output(ompi_sharedfp_base_framework.framework_output,"MPI_SEEK_SET: 
new_offset=%lld\n",offset);
                                                                                
                ~~~~    ^~~~~~
--
/scratch/phargrov/OMPI/openmpi-v2.x-dev-1410-g81e0924-linux-x86_64-clang-m32/openmpi-gitclone/ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_seek.c:78:61:
 warning: format specifies type 'long long' but the argument has type 'long' 
[-Wformat]
                        "MPI_SEEK_CUR: curr=%lld, offset=%lld, call 
status=%d\n",current_position,offset,status);
                                            ~~~~                                
 ^~~~~~~~~~~~~~~~
--
/scratch/phargrov/OMPI/openmpi-v2.x-dev-1410-g81e0924-linux-x86_64-clang-m32/openmpi-gitclone/ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_seek.c:78:78:
 warning: format specifies type 'long long' but the argument has type 'long' 
[-Wformat]
                        "MPI_SEEK_CUR: curr=%lld, offset=%lld, call 
status=%d\n",current_position,offset,status);
                                                         ~~~~                   
                  ^~~~~~
--
/scratch/phargrov/OMPI/openmpi-v2.x-dev-1410-g81e0924-linux-x86_64-clang-m32/openmpi-gitclone/ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_seek.c:82:38:
 warning: format specifies type 'long long' but the argument has type 'long' 
[-Wformat]
                        "MPI_SEEK_CUR: new_offset=%lld\n",offset);
                                                  ~~~~    ^~~~~~
--
/scratch/phargrov/OMPI/openmpi-v2.x-dev-1410-g81e0924-linux-x86_64-clang-m32/openmpi-gitclone/ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_seek.c:85:114:
 warning: format specifies type 'long long' but the argument has type 'long' 
[-Wformat]
                opal_output(0,"sharedfp_lockedfile_seek - MPI_SEEK_CURE, offset 
must be > 0, got offset=%lld.\n",offset);
                                                                                
                        ~~~~     ^~~~~~
--
/scratch/phargrov/OMPI/openmpi-v2.x-dev-1410-g81e0924-linux-x86_64-clang-m32/openmpi-gitclone/ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_seek.c:94:41:
 warning: format specifies type 'long long' but the argument has type 'long' 
[-Wformat]
                        "MPI_SEEK_END: file_get_size=%lld\n",end_position);
                                                     ~~~~    ^~~~~~~~~~~~
--
/scratch/phargrov/OMPI/openmpi-v2.x-dev-1410-g81e0924-linux-x86_64-clang-m32/openmpi-gitclone/ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_seek.c:97:113:
 warning: format specifies type 'long long' but the argument has type 'long' 
[-Wformat]
                opal_output(0,"sharedfp_lockedfile_seek - MPI_SEEK_CUR, offset 
must be > 0, got offset=%lld.\n",offset);
                                                                                
                       ~~~~     ^~~~~~
--
/scratch/phargrov/OMPI/openmpi-v2.x-dev-1410-g81e0924-linux-x86_64-clang-m32/openmpi-gitclone/ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_request_position.c:82:93:
 warning: format specifies type 'long long' but the argument has type 'long' 
[-Wformat]
                    "sharedfp_lockedfile_request_position: Read 
last_offset=%lld! ret=%d\n",buf, ret);
                                                                            
~~~~            ^~~
--
/scratch/phargrov/OMPI/openmpi-v2.x-dev-1410-g81e0924-linux-x86_64-clang-m32/openmpi-gitclone/ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_request_position.c:90:21:
 warning: format specifies type 'long long' but the argument has type 'long' 
[-Wformat]
                    buf,bytes_requested,position);
                    ^~~
/scratch/phargrov/OMPI/openmpi-v2.x-dev-1410-g81e0924-linux-x86_64-clang-m32/openmpi-gitclone/ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_request_position.c:90:41:
 warning: format specifies type 'long long' but the argument has type 'long' 
[-Wformat]
                    buf,bytes_requested,position);
                                        ^~~~~~~~
--
/scratch/phargrov/OMPI/openmpi-v2.x-dev-1410-g81e0924-linux-x86_64-clang-m32/openmpi-gitclone/ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_write.c:80:80:
 warning: format specifies type 'long long' but the argument has type 'long' 
[-Wformat]
                        "sharedfp_lockedfile_write: Offset received is 
%lld\n",offset);
                                                                       ~~~~    
^~~~~~
--
/scratch/phargrov/OMPI/openmpi-v2.x-dev-1410-g81e0924-linux-x86_64-clang-m32/openmpi-gitclone/ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_write.c:176:88:
 warning: format specifies type 'long long' but the argument has type 'long' 
[-Wformat]
                        "sharedfp_lockedfile_write_ordered: Offset received is 
%lld\n",offsetReceived);
                                                                               
~~~~    ^~~~~~~~~~~~~~
--
/scratch/phargrov/OMPI/openmpi-v2.x-dev-1410-g81e0924-linux-x86_64-clang-m32/openmpi-gitclone/ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_write.c:198:84:
 warning: format specifies type 'long long' but the argument has type 'long' 
[-Wformat]
                    "sharedfp_lockedfile_write_ordered: Offset returned is 
%lld\n",offset);
                                                                           ~~~~ 
   ^~~~~~
--
/scratch/phargrov/OMPI/openmpi-v2.x-dev-1410-g81e0924-linux-x86_64-clang-m32/openmpi-gitclone/ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_iwrite.c:81:60:
 warning: format specifies type 'long long' but the argument has type 'long' 
[-Wformat]
                        "sharedfp_lockedfile_iwrite: Offset received is 
%lld\n",offset);
                                                                        ~~~~    
^~~~~~
--
/scratch/phargrov/OMPI/openmpi-v2.x-dev-1410-g81e0924-linux-x86_64-clang-m32/openmpi-gitclone/ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_iwrite.c:182:94:
 warning: format specifies type 'long long' but the argument has type 'long' 
[-Wformat]
                        "sharedfp_lockedfile_write_ordered_begin: Offset 
received is %lld\n",offsetReceived);
                                                                                
     ~~~~    ^~~~~~~~~~~~~~
--
/scratch/phargrov/OMPI/openmpi-v2.x-dev-1410-g81e0924-linux-x86_64-clang-m32/openmpi-gitclone/ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_iwrite.c:204:90:
 warning: format specifies type 'long long' but the argument has type 'long' 
[-Wformat]
                    "sharedfp_lockedfile_write_ordered_begin: Offset returned 
is %lld\n",offset);
                                                                                
 ~~~~    ^~~~~~
--
/scratch/phargrov/OMPI/openmpi-v2.x-dev-1410-g81e0924-linux-x86_64-clang-m32/openmpi-gitclone/ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_read.c:76:79:
 warning: format specifies type 'long long' but the argument has type 'long' 
[-Wformat]
                        "sharedfp_lockedfile_read: Offset received is 
%lld\n",offset);
                                                                      ~~~~    
^~~~~~
--
/scratch/phargrov/OMPI/openmpi-v2.x-dev-1410-g81e0924-linux-x86_64-clang-m32/openmpi-gitclone/ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_read.c:171:87:
 warning: format specifies type 'long long' but the argument has type 'long' 
[-Wformat]
                        "sharedfp_lockedfile_read_ordered: Offset received is 
%lld\n",offsetReceived);
                                                                              
~~~~    ^~~~~~~~~~~~~~
--
/scratch/phargrov/OMPI/openmpi-v2.x-dev-1410-g81e0924-linux-x86_64-clang-m32/openmpi-gitclone/ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_read.c:191:83:
 warning: format specifies type 'long long' but the argument has type 'long' 
[-Wformat]
                    "sharedfp_lockedfile_read_ordered: Offset returned is 
%lld\n",offset);
                                                                          ~~~~  
  ^~~~~~
--
/scratch/phargrov/OMPI/openmpi-v2.x-dev-1410-g81e0924-linux-x86_64-clang-m32/openmpi-gitclone/ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_iread.c:81:60:
 warning: format specifies type 'long long' but the argument has type 'long' 
[-Wformat]
                        "sharedfp_lockedfile_iread - Offset received is 
%lld\n",offset);
                                                                        ~~~~    
^~~~~~
--
/scratch/phargrov/OMPI/openmpi-v2.x-dev-1410-g81e0924-linux-x86_64-clang-m32/openmpi-gitclone/ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_iread.c:183:72:
 warning: format specifies type 'long long' but the argument has type 'long' 
[-Wformat]
                        "sharedfp_lockedfile_read_ordered_begin: Offset 
received is %lld\n",offsetReceived);
                                                                                
    ~~~~    ^~~~~~~~~~~~~~
--
/scratch/phargrov/OMPI/openmpi-v2.x-dev-1410-g81e0924-linux-x86_64-clang-m32/openmpi-gitclone/ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_iread.c:205:75:
 warning: format specifies type 'long long' but the argument has type 'long' 
[-Wformat]
                    "sharedfp_lockedfile_read_ordered_begin: Offset returned is 
%lld\n",offset);
                                                                                
~~~~    ^~~~~~
--
/scratch/phargrov/OMPI/openmpi-v2.x-dev-1410-g81e0924-linux-x86_64-clang-m32/openmpi-gitclone/ompi/mca/sharedfp/sm/sharedfp_sm_seek.c:70:105:
 warning: format specifies type 'long long' but the argument has type 'long' 
[-Wformat]
                opal_output(0,"sharedfp_sm_seek - MPI_SEEK_SET, offset must be 
> 0, got offset=%lld.\n",offset);
                                                                                
               ~~~~     ^~~~~~
--
/scratch/phargrov/OMPI/openmpi-v2.x-dev-1410-g81e0924-linux-x86_64-clang-m32/openmpi-gitclone/ompi/mca/sharedfp/sm/sharedfp_sm_seek.c:75:80:
 warning: format specifies type 'long long' but the argument has type 'long' 
[-Wformat]
                            "sharedfp_sm_seek: MPI_SEEK_SET 
new_offset=%lld\n",offset);
                                                                       ~~~~    
^~~~~~
--
/scratch/phargrov/OMPI/openmpi-v2.x-dev-1410-g81e0924-linux-x86_64-clang-m32/openmpi-gitclone/ompi/mca/sharedfp/sm/sharedfp_sm_seek.c:84:29:
 warning: format specifies type 'long long' but the argument has type 'long' 
[-Wformat]
                            current_position,offset,status);
                            ^~~~~~~~~~~~~~~~
/scratch/phargrov/OMPI/openmpi-v2.x-dev-1410-g81e0924-linux-x86_64-clang-m32/openmpi-gitclone/ompi/mca/sharedfp/sm/sharedfp_sm_seek.c:84:46:
 warning: format specifies type 'long long' but the argument has type 'long' 
[-Wformat]
                            current_position,offset,status);
                                             ^~~~~~
/scratch/phargrov/OMPI/openmpi-v2.x-dev-1410-g81e0924-linux-x86_64-clang-m32/openmpi-gitclone/ompi/mca/sharedfp/sm/sharedfp_sm_seek.c:89:81:
 warning: format specifies type 'long long' but the argument has type 'long' 
[-Wformat]
                            "sharedfp_sm_seek: MPI_SEEK_CUR: 
new_offset=%lld\n",offset);
                                                                        ~~~~    
^~~~~~
--
/scratch/phargrov/OMPI/openmpi-v2.x-dev-1410-g81e0924-linux-x86_64-clang-m32/openmpi-gitclone/ompi/mca/sharedfp/sm/sharedfp_sm_seek.c:92:106:
 warning: format specifies type 'long long' but the argument has type 'long' 
[-Wformat]
                opal_output(0,"sharedfp_sm_seek - MPI_SEEK_CURE, offset must be 
> 0, got offset=%lld.\n",offset);
                                                                                
                ~~~~     ^~~~~~
--
/scratch/phargrov/OMPI/openmpi-v2.x-dev-1410-g81e0924-linux-x86_64-clang-m32/openmpi-gitclone/ompi/mca/sharedfp/sm/sharedfp_sm_seek.c:103:84:
 warning: format specifies type 'long long' but the argument has type 'long' 
[-Wformat]
                            "sharedfp_sm_seek: MPI_SEEK_END: 
file_get_size=%lld\n",end_position);
                                                                           ~~~~ 
   ^~~~~~~~~~~~
--
/scratch/phargrov/OMPI/openmpi-v2.x-dev-1410-g81e0924-linux-x86_64-clang-m32/openmpi-gitclone/ompi/mca/sharedfp/sm/sharedfp_sm_seek.c:106:105:
 warning: format specifies type 'long long' but the argument has type 'long' 
[-Wformat]
                opal_output(0,"sharedfp_sm_seek - MPI_SEEK_CUR, offset must be 
> 0, got offset=%lld.\n",offset);
                                                                                
               ~~~~     ^~~~~~
--
/scratch/phargrov/OMPI/openmpi-v2.x-dev-1410-g81e0924-linux-x86_64-clang-m32/openmpi-gitclone/ompi/mca/sharedfp/sm/sharedfp_sm_request_position.c:64:48:
 warning: format specifies type 'long long' but the argument has type 'long' 
[-Wformat]
                    "Read last_offset=%lld!\n",old_offset);
                                      ~~~~     ^~~~~~~~~~
--
/scratch/phargrov/OMPI/openmpi-v2.x-dev-1410-g81e0924-linux-x86_64-clang-m32/openmpi-gitclone/ompi/mca/sharedfp/sm/sharedfp_sm_request_position.c:70:79:
 warning: format specifies type 'long long' but the argument has type 'long' 
[-Wformat]
                    "old_offset=%lld, bytes_requested=%d, new 
offset=%lld!\n",old_offset,bytes_requested,position);
                                ~~~~                                          
^~~~~~~~~~
--
/scratch/phargrov/OMPI/openmpi-v2.x-dev-1410-g81e0924-linux-x86_64-clang-m32/openmpi-gitclone/ompi/mca/sharedfp/sm/sharedfp_sm_request_position.c:70:106:
 warning: format specifies type 'long long' but the argument has type 'long' 
[-Wformat]
                    "old_offset=%lld, bytes_requested=%d, new 
offset=%lld!\n",old_offset,bytes_requested,position);
                                                                     ~~~~       
                         ^~~~~~~~
--
/scratch/phargrov/OMPI/openmpi-v2.x-dev-1410-g81e0924-linux-x86_64-clang-m32/openmpi-gitclone/ompi/mca/sharedfp/sm/sharedfp_sm_write.c:80:70:
 warning: format specifies type 'long long' but the argument has type 'long' 
[-Wformat]
                        "sharedfp_sm_write: fset received is %lld\n",offset);
                                                             ~~~~    ^~~~~~
--
/scratch/phargrov/OMPI/openmpi-v2.x-dev-1410-g81e0924-linux-x86_64-clang-m32/openmpi-gitclone/ompi/mca/sharedfp/sm/sharedfp_sm_write.c:178:80:
 warning: format specifies type 'long long' but the argument has type 'long' 
[-Wformat]
                        "sharedfp_sm_write_ordered: Offset received is 
%lld\n",offsetReceived);
                                                                       ~~~~    
^~~~~~~~~~~~~~
--
/scratch/phargrov/OMPI/openmpi-v2.x-dev-1410-g81e0924-linux-x86_64-clang-m32/openmpi-gitclone/ompi/mca/sharedfp/sm/sharedfp_sm_write.c:202:76:
 warning: format specifies type 'long long' but the argument has type 'long' 
[-Wformat]
                    "sharedfp_sm_write_ordered: Offset returned is 
%lld\n",offset);
                                                                   ~~~~    
^~~~~~
--
/scratch/phargrov/OMPI/openmpi-v2.x-dev-1410-g81e0924-linux-x86_64-clang-m32/openmpi-gitclone/ompi/mca/sharedfp/sm/sharedfp_sm_iwrite.c:80:52:
 warning: format specifies type 'long long' but the argument has type 'long' 
[-Wformat]
                        "sharedfp_sm_iwrite: Offset received is %lld\n",offset);
                                                                ~~~~    ^~~~~~
--
/scratch/phargrov/OMPI/openmpi-v2.x-dev-1410-g81e0924-linux-x86_64-clang-m32/openmpi-gitclone/ompi/mca/sharedfp/sm/sharedfp_sm_iwrite.c:181:69:
 warning: format specifies type 'long long' but the argument has type 'long' 
[-Wformat]
                        "mca_sharedfp_sm_write_ordered_begin: Offset received 
is %lld\n",offsetReceived);
                                                                                
 ~~~~    ^~~~~~~~~~~~~~
--
/scratch/phargrov/OMPI/openmpi-v2.x-dev-1410-g81e0924-linux-x86_64-clang-m32/openmpi-gitclone/ompi/mca/sharedfp/sm/sharedfp_sm_iwrite.c:204:72:
 warning: format specifies type 'long long' but the argument has type 'long' 
[-Wformat]
                    "mca_sharedfp_sm_write_ordered_begin: Offset returned is 
%lld\n",offset);
                                                                             
~~~~    ^~~~~~
--
/scratch/phargrov/OMPI/openmpi-v2.x-dev-1410-g81e0924-linux-x86_64-clang-m32/openmpi-gitclone/ompi/mca/sharedfp/sm/sharedfp_sm_read.c:76:71:
 warning: format specifies type 'long long' but the argument has type 'long' 
[-Wformat]
                        "sharedfp_sm_read: Offset received is %lld\n",offset);
                                                              ~~~~    ^~~~~~
--
/scratch/phargrov/OMPI/openmpi-v2.x-dev-1410-g81e0924-linux-x86_64-clang-m32/openmpi-gitclone/ompi/mca/sharedfp/sm/sharedfp_sm_read.c:171:83:
 warning: format specifies type 'long long' but the argument has type 'long' 
[-Wformat]
                        "mca_sharedfp_sm_read_ordered: Offset received is 
%lld\n",offsetReceived);
                                                                          ~~~~  
  ^~~~~~~~~~~~~~
--
/scratch/phargrov/OMPI/openmpi-v2.x-dev-1410-g81e0924-linux-x86_64-clang-m32/openmpi-gitclone/ompi/mca/sharedfp/sm/sharedfp_sm_read.c:194:79:
 warning: format specifies type 'long long' but the argument has type 'long' 
[-Wformat]
                    "mca_sharedfp_sm_read_ordered: Offset returned is 
%lld\n",offset);
                                                                      ~~~~    
^~~~~~
--
/scratch/phargrov/OMPI/openmpi-v2.x-dev-1410-g81e0924-linux-x86_64-clang-m32/openmpi-gitclone/ompi/mca/sharedfp/sm/sharedfp_sm_iread.c:78:51:
 warning: format specifies type 'long long' but the argument has type 'long' 
[-Wformat]
                        "sharedfp_sm_iread: Offset received is %lld\n",offset);
                                                               ~~~~    ^~~~~~
--
/scratch/phargrov/OMPI/openmpi-v2.x-dev-1410-g81e0924-linux-x86_64-clang-m32/openmpi-gitclone/ompi/mca/sharedfp/sm/sharedfp_sm_iread.c:178:68:
 warning: format specifies type 'long long' but the argument has type 'long' 
[-Wformat]
                        "mca_sharedfp_sm_read_ordered_begin: Offset received is 
%lld\n",offsetReceived);
                                                                                
~~~~    ^~~~~~~~~~~~~~
--
/scratch/phargrov/OMPI/openmpi-v2.x-dev-1410-g81e0924-linux-x86_64-clang-m32/openmpi-gitclone/ompi/mca/sharedfp/sm/sharedfp_sm_iread.c:201:71:
 warning: format specifies type 'long long' but the argument has type 'long' 
[-Wformat]
                    "mca_sharedfp_sm_read_ordered_begin: Offset returned is 
%lld\n",offset);
                                                                            
~~~~    ^~~~~~
--
/scratch/phargrov/OMPI/openmpi-v2.x-dev-1410-g81e0924-linux-x86_64-clang-m32/openmpi-gitclone/oshmem/proc/proc.c:70:3:
 warning: format specifies type 'unsigned long' but the argument has type 
'size_t' (aka 'unsigned int') [-Wformat]
                opal_list_get_size(&ompi_proc_list));
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Reply via email to