You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I face of the below compiler warning and as you error on warnings... ;) I suppoose I have enabled more compiler warnings than you.
.../libdnf5-plugins/actions/actions.cpp: In member function ‘void {anonymous}::Actions::process_json_command(const {anonymous}::CommandToRun&, json_object*, int)’:
.../libdnf5-plugins/actions/actions.cpp:1306:53: warning: conversion to ‘unsigned int’ from ‘int’ may change the sign of the result [-Wsign-conversion]
1306 | requested_attrs |= 1 << idx;
| ^~~
The text was updated successfully, but these errors were encountered:
I face of the below compiler warning and as you error on warnings... ;) I suppoose I have enabled more compiler warnings than you.
The text was updated successfully, but these errors were encountered: