Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Merge pull request #7530 from m-kuhn/implicit-fallthrough
Enable -Wimplicit-fallthrough
- Loading branch information
Showing
with
56 additions
and 48 deletions.
- +1 −1 CMakeLists.txt
- +3 −2 external/libdxfrw/intern/dwgutil.cpp
- +1 −1 external/libdxfrw/libdxfrw.cpp
- +4 −4 src/core/dxf/qgsdxfexport.cpp
- +1 −1 src/core/expression/qgsexpressionnodeimpl.cpp
- +4 −4 src/core/layout/qgsabstractreportsection.cpp
- +1 −1 src/core/qgis.h
- +5 −5 src/core/qgsogcutils.cpp
- +4 −4 src/core/qgspointlocator.cpp
- +2 −2 src/core/qgsrendercontext.cpp
- +3 −2 src/core/qgstextrenderer.cpp
- +4 −4 src/core/qgsvectorlayer.cpp
- +1 −1 src/core/symbology/qgssymbol.cpp
- +2 −2 src/gui/qgspropertyoverridebutton.cpp
- +4 −0 src/gui/symbology/qgssymbolslistwidget.cpp
- +1 −1 src/plugins/georeferencer/qgsgeorefplugingui.cpp
- +1 −1 src/plugins/grass/qgsgrassnewmapset.cpp
- +2 −0 src/providers/ogr/qgsogrprovider.cpp
- +4 −4 src/providers/oracle/qgsoracleprovider.cpp
- +1 −1 src/providers/postgres/qgspostgresconn.cpp
- +1 −1 src/providers/postgres/qgspostgresexpressioncompiler.cpp
- +6 −6 src/providers/spatialite/qgsspatialiteprovider.cpp
Oops, something went wrong.