/test/language/error_warning_msg/bad_redefine8.msg

http://github.com/tybor/Liberty · Unknown · 17 lines · 15 code · 2 blank · 0 comment · 0 complexity · 017b804a9968d2d1368d153c0e169fae MD5 · raw file

  1. ****** Warning: Add undefine or redefine to all inherited version
  2. of feature path in BAD_REDEFINE8 because there is a local definition
  3. in this class. Redefine has been automatically added. Please check.
  4. The source lines relevant to this message are the following:
  5. Line 7 column 4 in BAD_REDEFINE8 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_redefine8.e):
  6. AUX_REDEFINE7A;
  7. ^
  8. Line 14 column 5 in BAD_REDEFINE8 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_redefine8.e):
  9. path: STRING;
  10. ^
  11. Line 6 column 4 in AUX_REDEFINE7A (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/aux_redefine7a.e):
  12. path: STRING;
  13. ^
  14. ------
  15. ****** 1 warning.