Skip to content

Commit

Permalink
Merge pull request #1570 from ellert/comp-always-false
Browse files Browse the repository at this point in the history
Fix compilation when char is unsigned (armv7hl, aarch64, ppc64le, s390x)
  • Loading branch information
abh3 committed Dec 13, 2021
2 parents 3c9b80f + b29d0f0 commit d9c52f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/XrdNet/XrdNetPMarkCfg.cc
Expand Up @@ -132,7 +132,7 @@ bool tryVO = false;
bool useDefs = false;

bool useFLbl = false;
char useFFly = -1;
signed char useFFly = -1;
bool addFLFF = false;
bool useSTag = true;

Expand Down

0 comments on commit d9c52f3

Please sign in to comment.