Skip to content

Commit

Permalink
Oh, right - newer gcc's C++ One Definition Rule [-Werror=odr] flag is…
Browse files Browse the repository at this point in the history
… cranky about having two search copies. Try some renaming.
  • Loading branch information
starseeker committed Nov 25, 2024
1 parent e7084c3 commit 48fca10
Show file tree
Hide file tree
Showing 3 changed files with 169 additions and 173 deletions.
2 changes: 0 additions & 2 deletions src/librt/search.h
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,6 @@ typedef struct _option {
int flags;
} OPTION;

extern int isdepth, isoutput;

__BEGIN_DECLS

static int c_attr(char *, char ***, int, struct db_plan_t **, int *, struct bu_ptbl *, struct _db_search_ctx *);
Expand Down
Loading

0 comments on commit 48fca10

Please sign in to comment.