Skip to content

fix c++11 w/ clang#2

Open
PPN-SD wants to merge 1 commit intoscim-im:masterfrom
PPN-SD:master
Open

fix c++11 w/ clang#2
PPN-SD wants to merge 1 commit intoscim-im:masterfrom
PPN-SD:master

Conversation

@PPN-SD
Copy link

@PPN-SD PPN-SD commented Mar 8, 2026

Replace invalid empty‑string initializers with proper boolean values


scim_anthy_prefs.cpp:245:9: error: type 'const char[1]' cannot be narrowed to 'bool' in initializer list [-Wc++11-narrowing]
  245 |         "",
      |         ^~
scim_anthy_prefs.cpp:246:9: error: type 'const char[1]' cannot be narrowed to 'bool' in initializer list [-Wc++11-narrowing]
  246 |         "",
      |         ^~

Sry, I didn't test w/ clang before you released

Replace invalid empty‑string initializers with proper boolean values

Signed-off-by: Nicolas PARLANT <nicolas.parlant@parhuet.fr>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant