[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[csmith-project/csmith] 434538: Insert missing `break's.



  Branch: refs/heads/master
  Home:   https://github.com/csmith-project/csmith

  Commit: 434538722594f9d9a3327696e5ba13ff4e95228f
      https://github.com/csmith-project/csmith/commit/434538722594f9d9a3327696e5ba13ff4e95228f
  Author: Eric Eide <eeide@cs.utah.edu>
  Date:   2011-06-25 (Sat, 25 Jun 2011)

  Changed paths:
    M src/AbsRndNumGenerator.cpp
  M src/CrestExtension.cpp
  M src/DeltaMonitor.cpp
  M src/DepthSpec.cpp
  M src/FunctionInvocationBinary.cpp
  M src/FunctionInvocationUnary.cpp
  M src/SafeOpFlags.cpp
  M src/StatementAssign.cpp
  M src/Type.cpp

  Log Message:
  -----------
  Insert missing `break's.

Out of the box, the Eclipse Indigo CDT complains about missing break
statements.  This commit adds breaks to avoid most of those warnings.