Skip to content

Commit

Permalink
Merge pull request #21112 from keithc-ca/forward
Browse files Browse the repository at this point in the history
Add forward declaration to avoid compiler warnings
  • Loading branch information
pshipton authored Feb 11, 2025
2 parents dc4d492 + 41b79d9 commit 8bfc353
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions runtime/oti/util_api.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@
extern "C" {
#endif

/* Forward declaration. */
struct jvmtiClassDefinition;

typedef enum
{
ONLY_SPEC_MODIFIERS,
Expand Down

0 comments on commit 8bfc353

Please sign in to comment.