Fix ftbfs on Fedora 34 #5
Merged
MicheleC
merged 1 commits from ftbfs/fedora34
into master
1 year ago
Loading…
Reference in new issue
There is no content yet.
Delete Branch 'ftbfs/fedora34'
Deleting a branch is permanent. It CANNOT be undone. Continue?
/tmp/BUILD.fc34.x86_64/trinity-tdesudo-14.0.10/tdesudo/tdesudo.cpp: In constructor 'TdeSudo::TdeSudo(TQWidget*, const char*, const TQString&, const TQString&, bool)':
/tmp/BUILD.fc34.x86_64/trinity-tdesudo-14.0.10/tdesudo/tdesudo.cpp:208:36: error: ordered comparison of pointer with integer zero ('char*' and 'int')
208 | while (fgets(buf, 1024, f) > 0)
|
~^/tmp/BUILD.fc34.x86_64/trinity-tdesudo-14.0.10/tdesudo/tdesudo.cpp:271:43: warning: comparison of integer expressions of different signedness: 'int' and 'TQValueList::size_type' {aka 'long unsigned int'} [-Wsign-compare]
271 | for (int i = 0; i < commandSplit.count(); i++)
|
^/tmp/BUILD.fc34.x86_64/trinity-tdesudo-14.0.10/tdesudo/tdesudo.cpp:289:59: warning: comparison of integer expressions of different signedness: 'int' and 'TQValueList::size_type' {aka 'long unsigned int'} [-Wsign-compare]
289 | for (int j = 0; j < argsSplit.count(); j++)
|
^~~~~~~~~~~~~~~~~1136b8150f
into master 1 year agoLooks good, thanks!
1136b8150f
.