memgraph/src
Teon Banek de7a788311 Set switch statement warnings as errors
Summary:
The warnings lifted to errors should help us track down cases which
haven't been covered in a switch. Obviously, using the default case will
not trigger these errors, so default should only be used when we
actually want to cover more cases.

Reviewers: florijan, dgleich, mferencevic

Reviewed By: dgleich

Subscribers: pullbot

Differential Revision: https://phabricator.memgraph.io/D975
2017-11-10 13:12:02 +01:00
..
communication Take care of warnings/errors created by cppcheck. 2017-11-10 10:28:02 +01:00
data_structures Take care of warnings/errors created by cppcheck. 2017-11-10 10:28:02 +01:00
database Set switch statement warnings as errors 2017-11-10 13:12:02 +01:00
durability Take care of warnings/errors created by cppcheck. 2017-11-10 10:28:02 +01:00
io/network Take care of warnings/errors created by cppcheck. 2017-11-10 10:28:02 +01:00
mvcc Take care of warnings/errors created by cppcheck. 2017-11-10 10:28:02 +01:00
query Take care of warnings/errors created by cppcheck. 2017-11-10 10:28:02 +01:00
storage Const map/set iteration. 2017-10-12 16:35:39 +02:00
threading Take care of warnings/errors created by cppcheck. 2017-11-10 10:28:02 +01:00
transactions Take care of warnings/errors created by cppcheck. 2017-11-10 10:28:02 +01:00
utils Take care of warnings/errors created by cppcheck. 2017-11-10 10:28:02 +01:00
config.hpp Make csv_to_snapshot more user friendly 2017-10-26 09:37:56 +02:00
memgraph_bolt.cpp Prevent double termination signals causing crashes 2017-11-09 10:41:16 +01:00
version.hpp.in Add version.hpp.in and display it on '--version' flag 2017-09-27 09:04:44 +02:00