summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--desktop/unx/source/file_image_unx.c2
-rw-r--r--rsc/source/rscpp/cpp6.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/desktop/unx/source/file_image_unx.c b/desktop/unx/source/file_image_unx.c
index eb3c0d56fc50..fb677781cf65 100644
--- a/desktop/unx/source/file_image_unx.c
+++ b/desktop/unx/source/file_image_unx.c
@@ -76,7 +76,7 @@ int file_image_pagein (file_image * image)
long s;
size_t k;
// force touching of each page despite the optimizer
- volatile char c = 0;
+ volatile char c =0;
if (image == 0)
return EINVAL;
diff --git a/rsc/source/rscpp/cpp6.c b/rsc/source/rscpp/cpp6.c
index b94c81fe2395..74340ddc2b38 100644
--- a/rsc/source/rscpp/cpp6.c
+++ b/rsc/source/rscpp/cpp6.c
@@ -584,7 +584,7 @@ DEFBUF* defendel(char* name, int delete)
DEFBUF** prevp;
char* np;
int nhash;
- int temp;
+ int temp=0;
int size;
for (nhash = 0, np = name; *np != EOS;)