Skip to content

Commit

Permalink
PR#5719: ocamlyacc generates code that is not warning 33-compliant
Browse files Browse the repository at this point in the history
git-svn-id: http://caml.inria.fr/svn/ocaml/version/4.00@12834 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
  • Loading branch information
doligez committed Aug 6, 2012
1 parent 8886e72 commit c67f05c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Changes
Expand Up @@ -5,7 +5,7 @@ Bug fixes:
- PR#5700: crash with native-code stack backtraces under MacOS 10.8 x86-64
- PR#5712: some documentation problems
- PR#5718: false positive on 'unused constructor' warning

- PR#5719: ocamlyacc generates code that is not warning 33-compliant

OCaml 4.00.0:
-------------
Expand Down
1 change: 1 addition & 0 deletions yacc/skeleton.c
Expand Up @@ -19,6 +19,7 @@
char *header[] =
{
"open Parsing;;",
"let _ = parse_error;;", /* avoid warning 33 (PR#5719) */
0
};

Expand Down

0 comments on commit c67f05c

Please sign in to comment.