Skip to content

Flawed logic and spelling mistakes #29

@GeorgeKT

Description

@GeorgeKT

Turned on -Werror for compiling OCAMicro and discovered this problem in OcaLiteMediaSinkConnector.h:

/**
  * Set the alignment gain
  *
  * @param[in] alginmentGain     The alignment gain.
  */
  void SetAlginmentGain(::OcaDB alignmentGain)
  {
        alignmentGain = m_alignmentGain;
  }

It should obviously be m_alignmentGain = alignmentGain
There is also a typo in the function name.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions