summaryrefslogtreecommitdiff
path: root/xfa/src/fxbarcode/oned
diff options
context:
space:
mode:
authorJun Fang <jun_fang@foxitsoftware.com>2016-01-11 19:00:27 -0800
committerJun Fang <jun_fang@foxitsoftware.com>2016-01-11 19:00:27 -0800
commit65ac873de9164c01af2579a773344c4bca7254d7 (patch)
treefab5a783859ae9290625866d80af81bb2768e23f /xfa/src/fxbarcode/oned
parentf2b300af96e05bb372664752a64f6ab506820a12 (diff)
downloadpdfium-65ac873de9164c01af2579a773344c4bca7254d7.tar.xz
Clean compiling warnings on Linux
BUG=pdfium:261 R=tsepez@chromium.org Review URL: https://codereview.chromium.org/1570893003 .
Diffstat (limited to 'xfa/src/fxbarcode/oned')
-rw-r--r--xfa/src/fxbarcode/oned/BC_OnedUPCAWriter.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/xfa/src/fxbarcode/oned/BC_OnedUPCAWriter.h b/xfa/src/fxbarcode/oned/BC_OnedUPCAWriter.h
index 886164cb3c..cf89972861 100644
--- a/xfa/src/fxbarcode/oned/BC_OnedUPCAWriter.h
+++ b/xfa/src/fxbarcode/oned/BC_OnedUPCAWriter.h
@@ -28,6 +28,11 @@ class CBC_OnedUPCAWriter : public CBC_OneDimWriter {
int32_t& outHeight,
int32_t hints,
int32_t& e);
+ uint8_t* Encode(const CFX_ByteString& contents,
+ int32_t& outLength,
+ int32_t& e) {
+ return nullptr;
+ }
void RenderResult(const CFX_WideStringC& contents,
uint8_t* code,
int32_t codeLength,