projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b318f12
)
One less -Wall whine.
author
Jarkko Hietaniemi
<jhi@iki.fi>
Sun, 3 Jun 2001 16:40:03 +0000
(16:40 +0000)
committer
Jarkko Hietaniemi
<jhi@iki.fi>
Sun, 3 Jun 2001 16:40:03 +0000
(16:40 +0000)
p4raw-id: //depot/perl@10406
regcomp.c
patch
|
blob
|
history
diff --git
a/regcomp.c
b/regcomp.c
index
cb2bce0
..
6f807aa
100644
(file)
--- a/
regcomp.c
+++ b/
regcomp.c
@@
-429,7
+429,7
@@
static scan_data_t zero_scan_data = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
/* Allow for side effects in s */
-#define REGC(c,s) STMT_START { if (!SIZE_ONLY) *(s) = (c); else (s);} STMT_END
+#define REGC(c,s) STMT_START { if (!SIZE_ONLY) *(s) = (c); else (
void)(
s);} STMT_END
/* Macros for recording node offsets. 20001227 mjd@plover.com
* Nodes are numbered 1, 2, 3, 4. Node #n's position is recorded in