diff options
author | TotalCaesar659 <x24cm5b8c54q6szxw@yandex.ru> | 2017-04-11 01:07:51 +0300 |
---|---|---|
committer | Leandro A. F. Pereira <leandro@hardinfo.org> | 2017-04-10 18:03:10 -0700 |
commit | 74d5a417ba2e483deb7a0c387706a613549d32c4 (patch) | |
tree | 8aded8871f5e521b7549d9382c664fb83f68aea9 /hardinfo | |
parent | 0ca8f201dde179ed19412b734fecde2d288ff115 (diff) |
Fixed compile warning in computer.c
Fixed compile warning in computer.c:
[ 70%] Building C object CMakeFiles/computer.dir/modules/computer.c.o
In file included from /home/maxpayne/hardinfo/modules/computer.c:27:0:
/home/maxpayne/hardinfo/modules/computer.c: In function ‘callback_os’:
/home/maxpayne/hardinfo/modules/computer.c:421:30: warning: too many arguments for format [-Wformat-extra-args]
return g_strdup_printf(_("[$ShellParam$]\n"
^
/home/maxpayne/hardinfo/includes/hardinfo.h:28:30: note: in definition of macro ‘_’
#define _(STRING) gettext(STRING)
^
Diffstat (limited to 'hardinfo')
0 files changed, 0 insertions, 0 deletions