[xiphos-source] [crosswire/xiphos] 9435cd: fix One Definition Rule violations (#1242)
Nicolas PARLANT
noreply at github.com
Wed Jul 2 09:52:46 EDT 2025
Branch: refs/heads/master
Home: https://github.com/crosswire/xiphos
Commit: 9435cdce8ec64f4eb699b0cd7b66df02949fe5fb
https://github.com/crosswire/xiphos/commit/9435cdce8ec64f4eb699b0cd7b66df02949fe5fb
Author: Nicolas PARLANT <nicolas.parlant at parhuet.fr>
Date: 2025-07-02 (Wed, 02 Jul 2025)
Changed paths:
M src/main/parallel_view.cc
Log Message:
-----------
fix One Definition Rule violations (#1242)
>xiphos-4.3.2/src/main/parallel_view.cc:86:15:
>error: ‘no_content’ violates the C++ One Definition Rule [-Werror=odr]
> 86 | extern gchar *no_content;
> | ^
>xiphos-4.3.2/src/main/display.cc:88:14: note: ‘no_content’ was previously declared here
> 88 | const gchar *no_content =
> | ^
Signed-off-by: Nicolas PARLANT <nicolas.parlant at parhuet.fr>
To unsubscribe from these emails, change your notification settings at https://github.com/crosswire/xiphos/settings/notifications
More information about the xiphos-source
mailing list