Browse Source

cmTimeLine.c : Added return value to cmTimeLineDeleteOnsetMarks() to

eliminate compiler warning.
master
kpl 10 years ago
parent
commit
daf04431aa
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      app/cmTimeLine.c

+ 1
- 0
app/cmTimeLine.c View File

@@ -1591,6 +1591,7 @@ cmTlRC_t cmTimeLineGenOnsetMarks( cmTlH_t h, unsigned seqId )
1591 1591
 
1592 1592
 cmTlRC_t cmTimeLineDeleteOnsetMarks( cmTlH_t h, unsigned seqId )
1593 1593
 {
1594
+  return kOkTlRC;
1594 1595
 }
1595 1596
 
1596 1597
 

Loading…
Cancel
Save