diff options
| author | John Hurst <jhurst@cinecert.com> | 2021-05-11 14:14:01 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-11 14:14:01 -0700 |
| commit | b71135239b4710bcdccd88adde161acf954706cb (patch) | |
| tree | 4cfa2c5123fac71f75178247c80911856e3087be /src/h__02_Writer.cpp | |
| parent | 8c51d30f81cc4a123ec75be93e67cedb48982e40 (diff) | |
| parent | 794d14855362ca5e3d5a99ed9bf86bd506a172c1 (diff) | |
Merge pull request #32 from cth103/warning-fixes
Warning fixes
Diffstat (limited to 'src/h__02_Writer.cpp')
| -rw-r--r-- | src/h__02_Writer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/h__02_Writer.cpp b/src/h__02_Writer.cpp index d7cfaa3..ee759c2 100644 --- a/src/h__02_Writer.cpp +++ b/src/h__02_Writer.cpp @@ -326,7 +326,7 @@ AS_02::h__AS02WriterClip::HasOpenClip() const // Result_t -AS_02::h__AS02WriterClip::StartClip(const byte_t* EssenceUL, AESEncContext* Ctx, HMACContext* HMAC) +AS_02::h__AS02WriterClip::StartClip(const byte_t* EssenceUL, AESEncContext* Ctx, HMACContext*) { if ( Ctx != 0 ) { |
