* cplus-dem.c (main): Cast enum style to int.

From-SVN: r40242
This commit is contained in:
John David Anglin 2001-03-05 02:43:27 +00:00 committed by John David Anglin
parent d53d7f6e61
commit d9fd5aae76
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2001-03-04 John David Anglin <dave@hiauly1.hia.nrc.ca>
* cplus-dem.c (main): Cast enum style to int.
2001-02-16 Loren J. Rittle <ljrittle@acm.org>
* cplus-dem.c (main): Initialize style.

View File

@ -5148,7 +5148,7 @@ main (argc, argv)
skip_first = i;
mbuffer[i] = 0;
flags |= style;
flags |= (int) style;
result = cplus_demangle (mbuffer + skip_first, flags);
if (result)
{