Uploaded image for project: 'MariaDB Server'
  1. MariaDB Server
  2. MDEV-13961

mariadb-10.2.9/storage/mroonga/vendor/groonga/lib/proc.c:4515:8: warning: this statement may fall through

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Minor
    • Resolution: Won't Fix
    • 10.2.9
    • N/A
    • Compiling

    Description

      Source code is

        switch (type) {
        case GRN_DB_UINT8 :
          if (is_negative_value(src)) {
            GRN_UINT8_SET(ctx, dest, 0);
            return GRN_TRUE;
          }
        case GRN_DB_UINT16 :
          if (is_negative_value(src)) {
            GRN_UINT16_SET(ctx, dest, 0);
            return GRN_TRUE;
          }
      

      Suggest add missing break statements throughout this switch statement.

      Attachments

        Activity

          People

            nayuta-yanagisawa Nayuta Yanagisawa (Inactive)
            dcb David Binderman
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Git Integration

                Error rendering 'com.xiplink.jira.git.jira_git_plugin:git-issue-webpanel'. Please contact your Jira administrators.