View Single Post
Posts: 44 | Thanked: 77 times | Joined on Jan 2012
#10
Is such a thing:
Code:
Makefile:85: depend: Nie ma takiego pliku ani katalogu
g++ -M -MM -MG -MP -Wall -std=gnu++98 -ggdb -O0 -DDESKTOP -DDBUS -DLAUNCHER `pkg-config --cflags x11 xcomposite xdamage xrender imlib2 xft dbus-1 glib-2.0` -pthread TeleWindow.cpp Main.cpp XTools.cpp Thumbnail.cpp Settings.cpp Mapping.cpp Mappings.cpp Resources.cpp DBus.cpp XEventLoop.cpp Image.cpp MenuReader.cpp LauncherWindow.cpp SectionList.cpp Section.cpp Application.cpp >depend
g++ -c -Wall -std=gnu++98 -ggdb -O0 -DDESKTOP -DDBUS -DLAUNCHER `pkg-config --cflags x11 xcomposite xdamage xrender imlib2 xft dbus-1 glib-2.0` -pthread TeleWindow.cpp -o TeleWindow.o
g++ -c -Wall -std=gnu++98 -ggdb -O0 -DDESKTOP -DDBUS -DLAUNCHER `pkg-config --cflags x11 xcomposite xdamage xrender imlib2 xft dbus-1 glib-2.0` -pthread Main.cpp -o Main.o
g++ -c -Wall -std=gnu++98 -ggdb -O0 -DDESKTOP -DDBUS -DLAUNCHER `pkg-config --cflags x11 xcomposite xdamage xrender imlib2 xft dbus-1 glib-2.0` -pthread XTools.cpp -o XTools.o
g++ -c -Wall -std=gnu++98 -ggdb -O0 -DDESKTOP -DDBUS -DLAUNCHER `pkg-config --cflags x11 xcomposite xdamage xrender imlib2 xft dbus-1 glib-2.0` -pthread Thumbnail.cpp -o Thumbnail.o
Thumbnail.cpp: In member function ‘void Thumbnail::redraw()’:
Thumbnail.cpp:500:5: warning: narrowing conversion of ‘((((Thumbnail*)this)->Thumbnail::_clientOffsetX - borderWidth) + Settings::instance()->Settings::textLeftMargin())’ from ‘int’ to ‘short int’ inside { } is ill-formed in C++11 [-Wnarrowing]
Thumbnail.cpp:500:5: warning: narrowing conversion of ‘(((Thumbnail*)this)->Thumbnail::_clientOffsetY - headerHeight)’ from ‘int’ to ‘short int’ inside { } is ill-formed in C++11 [-Wnarrowing]
Thumbnail.cpp:500:5: warning: narrowing conversion of ‘(((((Thumbnail*)this)->Thumbnail::_clientScaledWidth + (borderWidth * 2)) - Settings::instance()->Settings::textLeftMargin()) - Settings::instance()->Settings::textRightMargin())’ from ‘int’ to ‘short unsigned int’ inside { } is ill-formed in C++11 [-Wnarrowing]
Thumbnail.cpp:500:5: warning: narrowing conversion of ‘headerHeight’ from ‘int’ to ‘short unsigned int’ inside { } is ill-formed in C++11 [-Wnarrowing]
g++ -c -Wall -std=gnu++98 -ggdb -O0 -DDESKTOP -DDBUS -DLAUNCHER `pkg-config --cflags x11 xcomposite xdamage xrender imlib2 xft dbus-1 glib-2.0` -pthread Settings.cpp -o Settings.o
g++ -c -Wall -std=gnu++98 -ggdb -O0 -DDESKTOP -DDBUS -DLAUNCHER `pkg-config --cflags x11 xcomposite xdamage xrender imlib2 xft dbus-1 glib-2.0` -pthread Mapping.cpp -o Mapping.o
g++ -c -Wall -std=gnu++98 -ggdb -O0 -DDESKTOP -DDBUS -DLAUNCHER `pkg-config --cflags x11 xcomposite xdamage xrender imlib2 xft dbus-1 glib-2.0` -pthread Mappings.cpp -o Mappings.o
g++ -c -Wall -std=gnu++98 -ggdb -O0 -DDESKTOP -DDBUS -DLAUNCHER `pkg-config --cflags x11 xcomposite xdamage xrender imlib2 xft dbus-1 glib-2.0` -pthread Resources.cpp -o Resources.o
g++ -c -Wall -std=gnu++98 -ggdb -O0 -DDESKTOP -DDBUS -DLAUNCHER `pkg-config --cflags x11 xcomposite xdamage xrender imlib2 xft dbus-1 glib-2.0` -pthread DBus.cpp -o DBus.o
g++ -c -Wall -std=gnu++98 -ggdb -O0 -DDESKTOP -DDBUS -DLAUNCHER `pkg-config --cflags x11 xcomposite xdamage xrender imlib2 xft dbus-1 glib-2.0` -pthread XEventLoop.cpp -o XEventLoop.o
g++ -c -Wall -std=gnu++98 -ggdb -O0 -DDESKTOP -DDBUS -DLAUNCHER `pkg-config --cflags x11 xcomposite xdamage xrender imlib2 xft dbus-1 glib-2.0` -pthread Image.cpp -o Image.o
g++ -c -Wall -std=gnu++98 -ggdb -O0 -DDESKTOP -DDBUS -DLAUNCHER `pkg-config --cflags x11 xcomposite xdamage xrender imlib2 xft dbus-1 glib-2.0` -pthread MenuReader.cpp -o MenuReader.o
g++ -c -Wall -std=gnu++98 -ggdb -O0 -DDESKTOP -DDBUS -DLAUNCHER `pkg-config --cflags x11 xcomposite xdamage xrender imlib2 xft dbus-1 glib-2.0` -pthread LauncherWindow.cpp -o LauncherWindow.o
LauncherWindow.cpp: In member function ‘void LauncherWindow::paint()’:
LauncherWindow.cpp:683:17: warning: narrowing conversion of ‘((i * ((unsigned int)sectionWidth)) + 5u)’ from ‘unsigned int’ to ‘short int’ inside { } is ill-formed in C++11 [-Wnarrowing]
LauncherWindow.cpp:683:17: warning: narrowing conversion of ‘(sectionWidth + -10)’ from ‘int’ to ‘short unsigned int’ inside { } is ill-formed in C++11 [-Wnarrowing]
LauncherWindow.cpp:683:17: warning: narrowing conversion of ‘((LauncherWindow*)this)->LauncherWindow::_panelHeight’ from ‘int’ to ‘short unsigned int’ inside { } is ill-formed in C++11 [-Wnarrowing]
g++ -c -Wall -std=gnu++98 -ggdb -O0 -DDESKTOP -DDBUS -DLAUNCHER `pkg-config --cflags x11 xcomposite xdamage xrender imlib2 xft dbus-1 glib-2.0` -pthread SectionList.cpp -o SectionList.o
g++ -c -Wall -std=gnu++98 -ggdb -O0 -DDESKTOP -DDBUS -DLAUNCHER `pkg-config --cflags x11 xcomposite xdamage xrender imlib2 xft dbus-1 glib-2.0` -pthread Section.cpp -o Section.o
g++ -c -Wall -std=gnu++98 -ggdb -O0 -DDESKTOP -DDBUS -DLAUNCHER `pkg-config --cflags x11 xcomposite xdamage xrender imlib2 xft dbus-1 glib-2.0` -pthread Application.cpp -o Application.o
Application.cpp: In member function ‘void Application::createPicture()’:
Application.cpp:436:5: warning: narrowing conversion of ‘((Application::_pixmapHeight - resources->Resources::getTextBackground()->Image::height()) + 2)’ from ‘int’ to ‘short int’ inside { } is ill-formed in C++11 [-Wnarrowing]
Application.cpp:436:5: warning: narrowing conversion of ‘(resources->Resources::getTextBackground()->Image::width() + -4)’ from ‘int’ to ‘short unsigned int’ inside { } is ill-formed in C++11 [-Wnarrowing]
Application.cpp:436:5: warning: narrowing conversion of ‘(resources->Resources::getTextBackground()->Image::height() + -4)’ from ‘int’ to ‘short unsigned int’ inside { } is ill-formed in C++11 [-Wnarrowing]
g++ -pthread TeleWindow.o Main.o XTools.o Thumbnail.o Settings.o Mapping.o Mappings.o Resources.o DBus.o XEventLoop.o Image.o MenuReader.o LauncherWindow.o SectionList.o Section.o Application.o -o telescope `pkg-config --libs x11 xcomposite xdamage xrender imlib2 xft dbus-1 glib-2.0