Clang warnings
authorRoland Schulz <roland.schulz@intel.com>
Tue, 10 Jul 2018 02:51:24 +0000 (19:51 -0700)
committerMark Abraham <mark.j.abraham@gmail.com>
Wed, 11 Jul 2018 18:01:01 +0000 (20:01 +0200)
commit7b95d9dd145fcf9141b5aa489c47920a3c2e2cc3
tree60678cf74ca1f505e00859387a6250f2d0e983b7
parent34be89f1264fd0b19c27b72160371d944257a2c7
Clang warnings

-Wno-switch-enum
-Wno-shadow-field-in-constructor
-Wno-unreachable-code-break
-Wno-missing-variable-declarations
-Wno-float-conversion
-Wno-shorten-64-to-32

Change-Id: I6b4ed48535b39d0e8a00b2f8f1ef57512be27641
67 files changed:
src/gromacs/CMakeLists.txt
src/gromacs/correlationfunctions/autocorr.h
src/gromacs/correlationfunctions/gmx_lmcurve.cpp
src/gromacs/correlationfunctions/gmx_lmcurve.h
src/gromacs/domdec/domdec.cpp
src/gromacs/domdec/domdec.h
src/gromacs/essentialdynamics/edsam.cpp
src/gromacs/ewald/long-range-correction.cpp
src/gromacs/ewald/pme-load-balancing.cpp
src/gromacs/fileio/checkpoint.cpp
src/gromacs/fileio/confio.cpp
src/gromacs/fileio/gmx_internal_xdr.cpp
src/gromacs/fileio/trxio.cpp
src/gromacs/gmxana/gmx_anaeig.cpp
src/gromacs/gmxana/gmx_disre.cpp
src/gromacs/gmxana/gmx_hbond.cpp
src/gromacs/gmxana/gmx_make_edi.cpp
src/gromacs/gmxana/gmx_make_ndx.cpp
src/gromacs/gmxana/gmx_tcaf.cpp
src/gromacs/gmxana/gmx_trjorder.cpp
src/gromacs/gmxana/gmx_tune_pme.cpp
src/gromacs/gmxana/gmx_xpm2ps.cpp
src/gromacs/gmxlib/nonbonded/nb_free_energy.cpp
src/gromacs/gmxlib/nonbonded/nb_generic.cpp
src/gromacs/gmxlib/nonbonded/nb_generic_cg.cpp
src/gromacs/gmxpreprocess/gen_vsite.cpp
src/gromacs/gmxpreprocess/pdb2gmx.cpp
src/gromacs/gmxpreprocess/ter_db.cpp
src/gromacs/gmxpreprocess/topdirs.cpp
src/gromacs/gmxpreprocess/x2top.cpp
src/gromacs/imd/imd.cpp
src/gromacs/listed-forces/pairs.cpp
src/gromacs/mdlib/calc_verletbuf.cpp
src/gromacs/mdlib/coupling.cpp
src/gromacs/mdlib/forcerec.cpp
src/gromacs/mdlib/nbnxn_atomdata.cpp
src/gromacs/mdlib/nbnxn_kernels/nbnxn_kernel_ref.h
src/gromacs/mdlib/nbnxn_kernels/simd_2xnn/nbnxn_kernel_simd_2xnn.h
src/gromacs/mdlib/nbnxn_kernels/simd_4xn/nbnxn_kernel_simd_4xn.h
src/gromacs/mdlib/nsgrid.cpp
src/gromacs/mdlib/qm_gamess.cpp
src/gromacs/mdlib/qm_gaussian.cpp
src/gromacs/mdlib/qm_mopac.cpp
src/gromacs/mdlib/repl_ex.cpp
src/gromacs/mdlib/shake.cpp
src/gromacs/mdlib/sighandler.cpp
src/gromacs/mdlib/update.cpp
src/gromacs/mdtypes/iforceprovider.h
src/gromacs/pbcutil/pbc.cpp
src/gromacs/pbcutil/pbc.h
src/gromacs/pulling/pull.cpp
src/gromacs/pulling/pull_rotation.cpp
src/gromacs/selection/compiler.cpp
src/gromacs/selection/selmethod-impl.h [new file with mode: 0644]
src/gromacs/selection/selmethod.cpp
src/gromacs/selection/sm_distance.cpp
src/gromacs/selection/sm_insolidangle.cpp
src/gromacs/selection/sm_merge.cpp
src/gromacs/selection/sm_permute.cpp
src/gromacs/selection/sm_position.cpp
src/gromacs/selection/sm_same.cpp
src/gromacs/selection/sm_simple.cpp
src/gromacs/swap/swapcoords.cpp
src/gromacs/timing/gpu_timing.h
src/gromacs/timing/wallcycle.cpp
src/gromacs/topology/topsort.cpp
src/gromacs/trajectoryanalysis/analysismodule.h