pike.git/
src/
las.c
Branch:
Tag:
Non-build tags
All tags
No tags
2014-07-02
2014-07-02 17:12:48 by Arne Goedeke <el@laramies.com>
077747714e02ba36c4ee0546f455ca9e5d65387d (
4
lines) (+
4
/-
0
)
[
Show
|
Annotate
]
Branch:
8.0
Compiler: silence parentheses warnings in clang
4941:
switch(n->token) {
+
#pragma clang diagnostic push
+
#pragma clang diagnostic ignored "-Wparentheses-equality"
#include "treeopt.h"
-
+
#pragma clang diagnostic pop
use_car: ADD_NODE_REF2(CAR(n), tmp1 = CAR(n)); goto use_tmp1;