From noreply at github.com Wed Jul 2 09:52:46 2025 From: noreply at github.com (Nicolas PARLANT) Date: Wed, 02 Jul 2025 06:52:46 -0700 Subject: [xiphos-source] [crosswire/xiphos] 9435cd: fix One Definition Rule violations (#1242) Message-ID: Branch: refs/heads/master Home: https://github.com/crosswire/xiphos Commit: 9435cdce8ec64f4eb699b0cd7b66df02949fe5fb https://github.com/crosswire/xiphos/commit/9435cdce8ec64f4eb699b0cd7b66df02949fe5fb Author: Nicolas PARLANT 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 To unsubscribe from these emails, change your notification settings at https://github.com/crosswire/xiphos/settings/notifications