Apply BRL-CAD change r58222 from tbrowder2 - added FIXME to warn of error with tightned standards
This commit is contained in:
parent
b905bec990
commit
87e1f9948c
1 changed files with 3 additions and 0 deletions
|
|
@ -14,6 +14,9 @@
|
|||
SCHEMA config_control_design;
|
||||
|
||||
CONSTANT
|
||||
(* FIXME: gcc error on next statement with c99/POSIX:
|
||||
Syntax error: "(" unexpected
|
||||
*)
|
||||
dummy_gri : geometric_representation_item := representation_item('') ||
|
||||
geometric_representation_item();
|
||||
dummy_tri : topological_representation_item := representation_item('')
|
||||
|
|
|
|||
Loading…
Reference in a new issue