Comment 158 for bug 1800894

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : A change has been merged

Reviewed: https://review.opencontrail.org/50753
Committed: http://github.com/Juniper/contrail-common/commit/e817052afaa728a02d4e8726a8a8c62a57312cc0
Submitter: Zuul v3 CI (<email address hidden>)
Branch: master

commit e817052afaa728a02d4e8726a8a8c62a57312cc0
Author: Mateusz Jablonski <email address hidden>
Date: Thu Apr 11 14:54:47 2019 +0200

Fix warning C4065 in t_cpp_generator for Windows

Fix `Switch statement contains 'default' but
no 'case' labels` by generating just the contents
of 'default' case when there is no other 'case' labels
instead of 'switch' with just 'default' label.

Change-Id: Ief8f75b144b8f6659f3031dc45f21a5d55645951
Partial-Bug: #1800894