summaryrefslogtreecommitdiff
path: root/windows
diff options
context:
space:
mode:
authorRobin Watts <Robin.Watts@artifex.com>2022-02-18 16:00:12 +0000
committerRobin Watts <Robin.Watts@artifex.com>2022-02-18 16:00:12 +0000
commit6d4b653ee96c0660c5e6e193d6da1947d0898ae9 (patch)
tree01cc2de2c3ed13fbfd40af336f1e8e89247be10a /windows
parent63f98dc88fc2b21007e78e488a3c3800d1a120e6 (diff)
downloadghostpdl-6d4b653ee96c0660c5e6e193d6da1947d0898ae9.tar.gz
Coverity 375485: Initialise variable.
Technically, probably not actually required, as no one ever uses total_in, but this doesn't hurt.
Diffstat (limited to 'windows')
-rw-r--r--windows/ghostpdf.vcxproj1
-rw-r--r--windows/ghostpdf.vcxproj.filters3
2 files changed, 4 insertions, 0 deletions
diff --git a/windows/ghostpdf.vcxproj b/windows/ghostpdf.vcxproj
index 73ea04d03..1fb003b38 100644
--- a/windows/ghostpdf.vcxproj
+++ b/windows/ghostpdf.vcxproj
@@ -384,6 +384,7 @@
<ClInclude Include="..\pdf\pdf_shading.h" />
<ClInclude Include="..\pdf\pdf_stack.h" />
<ClInclude Include="..\pdf\pdf_text.h" />
+ <ClInclude Include="..\pdf\pdf_tokens.h" />
<ClInclude Include="..\pdf\pdf_trans.h" />
<ClInclude Include="..\pdf\pdf_types.h" />
<ClInclude Include="..\pdf\pdf_utf8.h" />
diff --git a/windows/ghostpdf.vcxproj.filters b/windows/ghostpdf.vcxproj.filters
index 6de2eaba1..3e8bfb0ea 100644
--- a/windows/ghostpdf.vcxproj.filters
+++ b/windows/ghostpdf.vcxproj.filters
@@ -278,5 +278,8 @@
<ClInclude Include="..\pdf\pdf_warnings.h">
<Filter>pdf %28%2a.h%29</Filter>
</ClInclude>
+ <ClInclude Include="..\pdf\pdf_tokens.h">
+ <Filter>pdf %28%2a.h%29</Filter>
+ </ClInclude>
</ItemGroup>
</Project> \ No newline at end of file