Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
I
iotivity-classic
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 3,289
    • Issues 3,289
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • IoTivity
  • iotivity-classic
  • Issues
  • #2551

Closed
Open
Opened Oct 09, 2019 by Rami Alshafi@ramiOwner

webOS: Fix build error regarding missing return statement

Purpose:
Build error is detected regarding missing return statement
http://caprica.lgsvl.com:8080/Errors/Details/1581267
resource/csdk/stack/samples/webos/secure/occlientbasicops/occlientbasicops.cpp:578:1: error: control reaches e nd of non-void function [-Werror=return-type]

resource/csdk/stack/samples/webos/secure/occlientbasicops/occlientbasicops.cpp:585:1: error: no return stateme nt in function returning non-void [-Werror=return-type]

resource/csdk/stack/samples/webos/secure/ocserverbasicops/ocserverbasicops.cpp:591:1: error: no return stateme nt in function returning non-void [-Werror=return-type]

 

 
Exit criteria:

  • Build should be performed successfully.
  • occlientbasicops should work as expected.

JIRA migration meta data

  • JIRA Issue ID: IOT-3302
  • Reporter: sungmok.shin
  • Assignee: sungmok.shin
  • Creator: sungmok.shin
  • Created at: 2019-10-08T20:35:39.000-0700
  • Found in Version: webos branch
  • Fix in Version: None
  • Issue Severity: Normal
  • Reproducibility: Always (100%)
  • Operating System: None
  • Hardware/ OEM Platform: None
  • External URL:
    https://gerrit.iotivity.org/gerrit/#/c/29511/
  • Bugzilla ID: None
  • Product: None
  • Status: Open
  • Components: webOS port
  • Priority: P3
  • Due Date: None
  • Issue Type: Bug
    END of JIRA migration meta data

Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: iotivity/iotivity-classic#2551