pike.git/
src/
las.c
Branch:
Tag:
Non-build tags
All tags
No tags
2014-12-04
2014-12-04 19:26:46 by Arne Goedeke <el@laramies.com>
fc5d108c78d5559c6648d73924afc46dbe5d5950 (
4
lines) (+
4
/-
0
)
[
Show
|
Annotate
]
Branch:
bill/master_archive_support
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;