Vai al contenuto


Foto

[Official Thread] Windows 8


Questa discussione e' stata archiviata Questo significa che non e' possibile rispondere
4716 risposte a questa discussione

#4061 Killer application

Killer application

    Schiavo

  • GRULLINO
  • 11.918 Messaggi:

Inviato 13 gennaio 2014 - 11:36

Ma piantatela di parlare di cose che non sapete.
Voglio vedere dove trovate un pulsante da schiacciare che vi filtri 1850 warnings, li ordini e li raggruppi.
Basta conoscere la sintassi e la con la bash lo si fa in 30 secondi.

grep " warning " $1 | awk 'BEGIN {FS=" warning "} {print $2}' | cut -b 2- | sort -nu
Et voilà, da un file di 3200 righe ecco il risultato:

 

Ogni OS ha i suoi pro e i suoi contro, i pro di Windows è che ci puoi installare cygwin :asd:

Guarda che su windows un filtro con sort lo fai in 2 secondi eh.
Non da terminale ovviamente.
Immagine inserita

#4062 Berling

Berling

    IL NANO DI POMIGLIANO

  • GRULLINO
  • 65.531 Messaggi:

Inviato 13 gennaio 2014 - 11:37

ma state seriamente paragonando la comodità di win con quella di linux per un utente normale?

 

 

uscite dal vostro mondo, non tutti sono programmatori


La figa non si shara cit.

Se per giocare devi essere trollato alzati e ragequitta

 

4e14f-gif-tits-thimblerig-199831.gif188316993-302502388190792-22263483353829

 

░▄▀▄▀▀▀▀▄▀▄░░░░░░░░░

░█░░░░░░░░▀▄░░░░░░▄░

█░░▀░░▀░░░░░▀▄▄░░█░█

█░▄░█▀░▄░░░░░░░▀▀░░█

█░░▀▀▀▀░░░░░░░░░░░░█

█░░░░░░░░░░░░░░░░░░█

█░░░░░░░░░░░░░░░░░░█

░█░░▄▄░░▄▄▄▄░░▄▄░░█░

░█░▄▀█░▄▀░░█░▄▀█░▄▀░

░░▀░░░▀░░░░░▀░░░▀░░░


#4063 trallallero

trallallero

    Schiavo

  • Membri
  • StellettaStellettaStellettaStellettaStellettaStellettaStelletta
  • 16.188 Messaggi:

Inviato 13 gennaio 2014 - 11:44

Guarda che su windows un filtro con sort lo fai in 2 secondi eh.
Non da terminale ovviamente.

 

Ok, hai 2... va beh 30 dai, secondi per filtrare 1850 warning del genere ottenendo il risultato che ho fatto io.

 

 

CM\BCA\CommandResult.cpp(112) : warning C4061: enumerator 'DataFormat_MAX' in switch of enum 'CM::BCA::CommandResult::DataFormat' is not explicitly handled by a case label

        d:\git-root\feast\src\libfeast\CM\bca\CommandResult.h(65) : see declaration of 'CM::BCA::CommandResult::DataFormat'
cl -c -nologo -Zm200 /Zc:wchar_t- /Zc:forScope- /Zc:auto- /Zc:trigraphs- -Zi -MDd -EHsc -GR /Wall /wd4127 /wd4619 /wd4820 /wd4180 /wd4629 /wd4986 /wd4628 /wd4365 /wd4571 /wd4668 /wd4100 /wd4255 -w34100 -w34189 -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DLIBFEAST_LIBRARY -DFEAST_VERSION=0x020807 -DHAVE_EXPAT_CONFIG_H -D_DEBUG -DVERBOSE_MUTEX_DEBUG -D_DEBUG_REFCOUNTPTR -DQT_DLL -DQT_SCRIPT_LIB -DQT_SQL_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -I"..\..\..\..\Qt\4.8.4\include\QtCore" -I"..\..\..\..\Qt\4.8.4\include\QtNetwork" -I"..\..\..\..\Qt\4.8.4\include\QtXmlPatterns" -I"..\..\..\..\Qt\4.8.4\include\QtSql" -I"..\..\..\..\Qt\4.8.4\include\QtScript" -I"..\..\..\..\Qt\4.8.4\include" -I"CM\XML\expat" -I"." -I"..\..\..\..\Qt\4.8.4\src\3rdparty\zlib" -I"..\..\..\..\Qt\4.8.4\src\3rdparty\zlib" -I"..\third-party" -I"..\..\..\..\Qt\4.8.4\include\ActiveQt" -I"tmp\debug\moc" -I"..\..\..\..\Qt\4.8.4\mkspecs\win32-msvc2010" -Fotmp\debug\win32\ @D:\Users\mservadei\AppData\Local\Temp\ServerConnection.obj.4596.172.jom
ServerConnection.cpp
d:\qt\4.8.4\include\qtcore\../../src/corelib/io/qdebug.h(74) : warning C4625: 'QDebug::Stream' : copy constructor could not be generated because a base class copy constructor is inaccessible
d:\qt\4.8.4\include\qtcore\../../src/corelib/io/qdebug.h(74) : warning C4626: 'QDebug::Stream' : assignment operator could not be generated because a base class assignment operator is inaccessible
d:\qt\4.8.4\include\qtcore\../../src/corelib/thread/qmutex.h(164) : warning C4512: 'QMutexData' : assignment operator could not be generated
        d:\qt\4.8.4\include\qtcore\../../src/corelib/thread/qmutex.h(156) : see declaration of 'QMutexData'
D:\git-root\FEAST\src\libFEAST\CM/Util/SynchronousCrossThreadCall.h(106) : warning C4625: 'CM::Util::SynchronousCrossThreadCallee' : copy constructor could not be generated because a base class copy constructor is inaccessible
D:\git-root\FEAST\src\libFEAST\CM/Util/SynchronousCrossThreadCall.h(106) : warning C4626: 'CM::Util::SynchronousCrossThreadCallee' : assignment operator could not be generated because a base class assignment operator is inaccessible
d:\git-root\feast\src\libfeast\CM\protocol\ServiceCallNotifier.h(148) : warning C4625: 'CM::Protocol::ServiceCallNotifier' : copy constructor could not be generated because a base class copy constructor is inaccessible
d:\git-root\feast\src\libfeast\CM\protocol\ServiceCallNotifier.h(148) : warning C4626: 'CM::Protocol::ServiceCallNotifier' : assignment operator could not be generated because a base class assignment operator is inaccessible
D:\git-root\FEAST\src\libFEAST\CM/Protocol/Connection.h(239) : warning C4625: 'CM::Protocol::SslSocket' : copy constructor could not be generated because a base class copy constructor is inaccessible
D:\git-root\FEAST\src\libFEAST\CM/Protocol/Connection.h(239) : warning C4626: 'CM::Protocol::SslSocket' : assignment operator could not be generated because a base class assignment operator is inaccessible
d:\git-root\feast\src\libfeast\CM\bca\ServerConnection.h(53) : warning C4625: 'CM::BCA::ServerConnection' : copy constructor could not be generated because a base class copy constructor is inaccessible
d:\git-root\feast\src\libfeast\CM\bca\ServerConnection.h(53) : warning C4626: 'CM::BCA::ServerConnection' : assignment operator could not be generated because a base class assignment operator is inaccessible
d:\qt\4.8.4\include\qtcore\../../src/corelib/thread/qthread.h(137) : warning C4625: 'QThread' : copy constructor could not be generated because a base class copy constructor is inaccessible
d:\qt\4.8.4\include\qtcore\../../src/corelib/thread/qthread.h(137) : warning C4626: 'QThread' : assignment operator could not be generated because a base class assignment operator is inaccessible
d:\qt\4.8.4\include\qtcore\../../src/corelib/global/qglobal.h(2389) : warning C4512: 'QForeachContainer<T>' : assignment operator could not be generated
        with
        [
            T=QList<QSslError>
        ]
        CM\BCA\ServerConnection.cpp(70) : see reference to class template instantiation 'QForeachContainer<T>' being compiled
        with
        [
            T=QList<QSslError>
        ]

 

Parte il timer nao.


Don't worry, faith will come soon, like a recall but,
if you can't wait, just stop thinking at all 

 


#4064 yorkeiser

yorkeiser

    Schiavo

  • Membri
  • StellettaStellettaStellettaStellettaStellettaStellettaStellettaStelletta
  • 71.157 Messaggi:

Inviato 13 gennaio 2014 - 11:48

smettetlea, qualsiasi shell unix >>> qualsiasi porcata fatta su winzozz nel tentativo di scopiazzarla.

Per il resto unix si può buttare nel cesso :trollface:


Il sole è giallo

Brava Giovanna, brava

E canto please don't let me be misunderstood mentre parcheggio nel parcheggio l'alfasud


#4065 trallallero

trallallero

    Schiavo

  • Membri
  • StellettaStellettaStellettaStellettaStellettaStellettaStelletta
  • 16.188 Messaggi:

Inviato 13 gennaio 2014 - 11:49

still waiting...


Don't worry, faith will come soon, like a recall but,
if you can't wait, just stop thinking at all 

 


#4066 Killer application

Killer application

    Schiavo

  • GRULLINO
  • 11.918 Messaggi:

Inviato 13 gennaio 2014 - 12:17

ero a cagare, comunque fatto:

 


CM\BCA\CommandResult.cpp(112)      warning C4061     enumerator 'DataFormat_MAX' in switch of enum 'CM        BCA        CommandResult        DataFormat' is not explicitly handled by a case label
d    \qt\4.8.4\include\qtcore\../../src/corelib/thread/qmutex.h(164)      warning C4512     'QMutexData'      assignment operator could not be generated                
d    \qt\4.8.4\include\qtcore\../../src/corelib/global/qglobal.h(2389)      warning C4512     'QForeachContainer<T>'      assignment operator could not be generated                
d    \qt\4.8.4\include\qtcore\../../src/corelib/thread/qthread.h(137)      warning C4625     'QThread'      copy constructor could not be generated because a base class copy constructor is inaccessible                
d    \qt\4.8.4\include\qtcore\../../src/corelib/io/qdebug.h(74)              warning C4625     'QDebug        Stream'      copy constructor could not be generated because a base class copy constructor is inaccessible        
d    \git-root\feast\src\libfeast\CM\protocol\ServiceCallNotifier.h(148)      warning C4625     'CM        Protocol        ServiceCallNotifier'      copy constructor could not be generated because a base class copy constructor is inaccessible
d    \git-root\feast\src\libfeast\CM\bca\ServerConnection.h(53)              warning C4625     'CM        BCA        ServerConnection'      copy constructor could not be generated because a base class copy constructor is inaccessible
D    \git-root\FEAST\src\libFEAST\CM/Util/SynchronousCrossThreadCall.h(106)      warning C4625     'CM        Util        SynchronousCrossThreadCallee'      copy constructor could not be generated because a base class copy constructor is inaccessible
D    \git-root\FEAST\src\libFEAST\CM/Protocol/Connection.h(239)              warning C4625     'CM        Protocol        SslSocket'      copy constructor could not be generated because a base class copy constructor is inaccessible
d    \qt\4.8.4\include\qtcore\../../src/corelib/thread/qthread.h(137)      warning C4626     'QThread'      assignment operator could not be generated because a base class assignment operator is inaccessible                
d    \qt\4.8.4\include\qtcore\../../src/corelib/io/qdebug.h(74)              warning C4626     'QDebug        Stream'      assignment operator could not be generated because a base class assignment operator is inaccessible        
d    \git-root\feast\src\libfeast\CM\protocol\ServiceCallNotifier.h(148)      warning C4626     'CM        Protocol        ServiceCallNotifier'      assignment operator could not be generated because a base class assignment operator is inaccessible
d    \git-root\feast\src\libfeast\CM\bca\ServerConnection.h(53)              warning C4626     'CM        BCA        ServerConnection'      assignment operator could not be generated because a base class assignment operator is inaccessible
D    \git-root\FEAST\src\libFEAST\CM/Util/SynchronousCrossThreadCall.h(106)      warning C4626     'CM        Util        SynchronousCrossThreadCallee'      assignment operator could not be generated because a base class assignment operator is inaccessible
D    \git-root\FEAST\src\libFEAST\CM/Protocol/Connection.h(239)              warning C4626     'CM        Protocol        SslSocket'      assignment operator could not be generated because a base class assignment operator is inaccessible
 


Immagine inserita

#4067 Killer application

Killer application

    Schiavo

  • GRULLINO
  • 11.918 Messaggi:

Inviato 13 gennaio 2014 - 12:19

8 click del mouse e 2 copia incolla se non sbaglio.


Immagine inserita

#4068 theory

theory

    Schiavo

  • Membri
  • StellettaStellettaStelletta
  • 270 Messaggi:

Inviato 13 gennaio 2014 - 12:19

ma state seriamente paragonando la comodità di win con quella di linux per un utente normale?

 

 

uscite dal vostro mondo, non tutti sono programmatori

 

this

 

dio cane

 

e lo dico da programmatore

 

poi non metto in dubbio che la shell sia ultrapower ma un utente normale non dovrebbe neanche vedere l'iconcina negra con le scritte bianche nel suo menu porco dio


Messaggio modificato da theory il 13 gennaio 2014 - 12:21

logohwupgrademini.gif

#4069 trallallero

trallallero

    Schiavo

  • Membri
  • StellettaStellettaStellettaStellettaStellettaStellettaStelletta
  • 16.188 Messaggi:

Inviato 13 gennaio 2014 - 12:20

Si il cazzo  :dumb:

 

Tutta la prima parte va tolta fino al C del warning number

Poi tutti i doppi warnings vanno tolti (in base al numero).

 

Mi sa che dovrai cagare parecchio :asd:


Don't worry, faith will come soon, like a recall but,
if you can't wait, just stop thinking at all 

 


#4070 Killer application

Killer application

    Schiavo

  • GRULLINO
  • 11.918 Messaggi:

Inviato 13 gennaio 2014 - 12:22

Importo su excel e metto taglia riga a tab (1 click)

CM\BCA\CommandResult.cpp(112) : warning C4061: enumerator 'DataFormat_MAX' in switch of enum 'CM::BCA::CommandResult::DataFormat' is not explicitly handled by a case label
        d:\git-root\feast\src\libfeast\CM\bca\CommandResult.h(65) : see declaration of 'CM::BCA::CommandResult::DataFormat'
cl -c -nologo -Zm200 /Zc:wchar_t- /Zc:forScope- /Zc:auto- /Zc:trigraphs- -Zi -MDd -EHsc -GR /Wall /wd4127 /wd4619 /wd4820 /wd4180 /wd4629 /wd4986 /wd4628 /wd4365 /wd4571 /wd4668 /wd4100 /wd4255 -w34100 -w34189 -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DLIBFEAST_LIBRARY -DFEAST_VERSION=0x020807 -DHAVE_EXPAT_CONFIG_H -D_DEBUG -DVERBOSE_MUTEX_DEBUG -D_DEBUG_REFCOUNTPTR -DQT_DLL -DQT_SCRIPT_LIB -DQT_SQL_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -I"..\..\..\..\Qt\4.8.4\include\QtCore" -I"..\..\..\..\Qt\4.8.4\include\QtNetwork" -I"..\..\..\..\Qt\4.8.4\include\QtXmlPatterns" -I"..\..\..\..\Qt\4.8.4\include\QtSql" -I"..\..\..\..\Qt\4.8.4\include\QtScript" -I"..\..\..\..\Qt\4.8.4\include" -I"CM\XML\expat" -I"." -I"..\..\..\..\Qt\4.8.4\src\3rdparty\zlib" -I"..\..\..\..\Qt\4.8.4\src\3rdparty\zlib" -I"..\third-party" -I"..\..\..\..\Qt\4.8.4\include\ActiveQt" -I"tmp\debug\moc" -I"..\..\..\..\Qt\4.8.4\mkspecs\win32-msvc2010" -Fotmp\debug\win32\ @D:\Users\mservadei\AppData\Local\Temp\ServerConnection.obj.4596.172.jom
ServerConnection.cpp
d:\qt\4.8.4\include\qtcore\../../src/corelib/io/qdebug.h(74) : warning C4625: 'QDebug::Stream' : copy constructor could not be generated because a base class copy constructor is inaccessible
d:\qt\4.8.4\include\qtcore\../../src/corelib/io/qdebug.h(74) : warning C4626: 'QDebug::Stream' : assignment operator could not be generated because a base class assignment operator is inaccessible
d:\qt\4.8.4\include\qtcore\../../src/corelib/thread/qmutex.h(164) : warning C4512: 'QMutexData' : assignment operator could not be generated
        d:\qt\4.8.4\include\qtcore\../../src/corelib/thread/qmutex.h(156) : see declaration of 'QMutexData'
D:\git-root\FEAST\src\libFEAST\CM/Util/SynchronousCrossThreadCall.h(106) : warning C4625: 'CM::Util::SynchronousCrossThreadCallee' : copy constructor could not be generated because a base class copy constructor is inaccessible
D:\git-root\FEAST\src\libFEAST\CM/Util/SynchronousCrossThreadCall.h(106) : warning C4626: 'CM::Util::SynchronousCrossThreadCallee' : assignment operator could not be generated because a base class assignment operator is inaccessible
d:\git-root\feast\src\libfeast\CM\protocol\ServiceCallNotifier.h(148) : warning C4625: 'CM::Protocol::ServiceCallNotifier' : copy constructor could not be generated because a base class copy constructor is inaccessible
d:\git-root\feast\src\libfeast\CM\protocol\ServiceCallNotifier.h(148) : warning C4626: 'CM::Protocol::ServiceCallNotifier' : assignment operator could not be generated because a base class assignment operator is inaccessible
D:\git-root\FEAST\src\libFEAST\CM/Protocol/Connection.h(239) : warning C4625: 'CM::Protocol::SslSocket' : copy constructor could not be generated because a base class copy constructor is inaccessible
D:\git-root\FEAST\src\libFEAST\CM/Protocol/Connection.h(239) : warning C4626: 'CM::Protocol::SslSocket' : assignment operator could not be generated because a base class assignment operator is inaccessible
d:\git-root\feast\src\libfeast\CM\bca\ServerConnection.h(53) : warning C4625: 'CM::BCA::ServerConnection' : copy constructor could not be generated because a base class copy constructor is inaccessible
d:\git-root\feast\src\libfeast\CM\bca\ServerConnection.h(53) : warning C4626: 'CM::BCA::ServerConnection' : assignment operator could not be generated because a base class assignment operator is inaccessible
d:\qt\4.8.4\include\qtcore\../../src/corelib/thread/qthread.h(137) : warning C4625: 'QThread' : copy constructor could not be generated because a base class copy constructor is inaccessible
d:\qt\4.8.4\include\qtcore\../../src/corelib/thread/qthread.h(137) : warning C4626: 'QThread' : assignment operator could not be generated because a base class assignment operator is inaccessible
d:\qt\4.8.4\include\qtcore\../../src/corelib/global/qglobal.h(2389) : warning C4512: 'QForeachContainer<T>' : assignment operator could not be generated
        with
        [
            T=QList<QSslError>
        ]
        CM\BCA\ServerConnection.cpp(70) : see reference to class template instantiation 'QForeachContainer<T>' being compiled
        with
        [
            T=QList<QSslError>
        ]

filtro standard su colonna A1 su warning e esce questo


d:\qt\4.8.4\include\qtcore\../../src/corelib/thread/qthread.h(137) : warning C4626: 'QThread' : assignment operator could not be generated because a base class assignment operator is inaccessible
d:\qt\4.8.4\include\qtcore\../../src/corelib/thread/qthread.h(137) : warning C4625: 'QThread' : copy constructor could not be generated because a base class copy constructor is inaccessible
d:\qt\4.8.4\include\qtcore\../../src/corelib/thread/qmutex.h(164) : warning C4512: 'QMutexData' : assignment operator could not be generated
d:\qt\4.8.4\include\qtcore\../../src/corelib/io/qdebug.h(74) : warning C4626: 'QDebug::Stream' : assignment operator could not be generated because a base class assignment operator is inaccessible
d:\qt\4.8.4\include\qtcore\../../src/corelib/io/qdebug.h(74) : warning C4625: 'QDebug::Stream' : copy constructor could not be generated because a base class copy constructor is inaccessible
d:\qt\4.8.4\include\qtcore\../../src/corelib/global/qglobal.h(2389) : warning C4512: 'QForeachContainer<T>' : assignment operator could not be generated
d:\git-root\feast\src\libfeast\CM\protocol\ServiceCallNotifier.h(148) : warning C4626: 'CM::Protocol::ServiceCallNotifier' : assignment operator could not be generated because a base class assignment operator is inaccessible
d:\git-root\feast\src\libfeast\CM\protocol\ServiceCallNotifier.h(148) : warning C4625: 'CM::Protocol::ServiceCallNotifier' : copy constructor could not be generated because a base class copy constructor is inaccessible
d:\git-root\feast\src\libfeast\CM\bca\ServerConnection.h(53) : warning C4626: 'CM::BCA::ServerConnection' : assignment operator could not be generated because a base class assignment operator is inaccessible
d:\git-root\feast\src\libfeast\CM\bca\ServerConnection.h(53) : warning C4625: 'CM::BCA::ServerConnection' : copy constructor could not be generated because a base class copy constructor is inaccessible
D:\git-root\FEAST\src\libFEAST\CM/Util/SynchronousCrossThreadCall.h(106) : warning C4626: 'CM::Util::SynchronousCrossThreadCallee' : assignment operator could not be generated because a base class assignment operator is inaccessible
D:\git-root\FEAST\src\libFEAST\CM/Util/SynchronousCrossThreadCall.h(106) : warning C4625: 'CM::Util::SynchronousCrossThreadCallee' : copy constructor could not be generated because a base class copy constructor is inaccessible
D:\git-root\FEAST\src\libFEAST\CM/Protocol/Connection.h(239) : warning C4626: 'CM::Protocol::SslSocket' : assignment operator could not be generated because a base class assignment operator is inaccessible
D:\git-root\FEAST\src\libFEAST\CM/Protocol/Connection.h(239) : warning C4625: 'CM::Protocol::SslSocket' : copy constructor could not be generated because a base class copy constructor is inaccessible
CM\BCA\CommandResult.cpp(112) : warning C4061: enumerator 'DataFormat_MAX' in switch of enum 'CM::BCA::CommandResult::DataFormat' is not explicitly handled by a case label

copio tutto, incollo su txt, ricopio tutto e rimetto su excel

metto taglia per tab e taglia per :

Adesso ho 9 colonne.

Faccio sort sulla colonna warning estendendola alle vicine.



CM\BCA\CommandResult.cpp(112) 	 warning C4061	 enumerator 'DataFormat_MAX' in switch of enum 'CM		BCA		CommandResult		DataFormat' is not explicitly handled by a case label
d	\qt\4.8.4\include\qtcore\../../src/corelib/thread/qmutex.h(164) 	 warning C4512	 'QMutexData' 	 assignment operator could not be generated				
d	\qt\4.8.4\include\qtcore\../../src/corelib/global/qglobal.h(2389) 	 warning C4512	 'QForeachContainer<T>' 	 assignment operator could not be generated				
d	\qt\4.8.4\include\qtcore\../../src/corelib/thread/qthread.h(137) 	 warning C4625	 'QThread' 	 copy constructor could not be generated because a base class copy constructor is inaccessible				
d	\qt\4.8.4\include\qtcore\../../src/corelib/io/qdebug.h(74) 	         warning C4625	 'QDebug		Stream' 	 copy constructor could not be generated because a base class copy constructor is inaccessible		
d	\git-root\feast\src\libfeast\CM\protocol\ServiceCallNotifier.h(148) 	 warning C4625	 'CM		Protocol		ServiceCallNotifier' 	 copy constructor could not be generated because a base class copy constructor is inaccessible
d	\git-root\feast\src\libfeast\CM\bca\ServerConnection.h(53) 	         warning C4625	 'CM		BCA		ServerConnection' 	 copy constructor could not be generated because a base class copy constructor is inaccessible
D	\git-root\FEAST\src\libFEAST\CM/Util/SynchronousCrossThreadCall.h(106) 	 warning C4625	 'CM		Util		SynchronousCrossThreadCallee' 	 copy constructor could not be generated because a base class copy constructor is inaccessible
D	\git-root\FEAST\src\libFEAST\CM/Protocol/Connection.h(239) 	         warning C4625	 'CM		Protocol		SslSocket' 	 copy constructor could not be generated because a base class copy constructor is inaccessible
d	\qt\4.8.4\include\qtcore\../../src/corelib/thread/qthread.h(137) 	 warning C4626	 'QThread' 	 assignment operator could not be generated because a base class assignment operator is inaccessible				
d	\qt\4.8.4\include\qtcore\../../src/corelib/io/qdebug.h(74) 	         warning C4626	 'QDebug		Stream' 	 assignment operator could not be generated because a base class assignment operator is inaccessible		
d	\git-root\feast\src\libfeast\CM\protocol\ServiceCallNotifier.h(148) 	 warning C4626	 'CM		Protocol		ServiceCallNotifier' 	 assignment operator could not be generated because a base class assignment operator is inaccessible
d	\git-root\feast\src\libfeast\CM\bca\ServerConnection.h(53) 	         warning C4626	 'CM		BCA		ServerConnection' 	 assignment operator could not be generated because a base class assignment operator is inaccessible
D	\git-root\FEAST\src\libFEAST\CM/Util/SynchronousCrossThreadCall.h(106) 	 warning C4626	 'CM		Util		SynchronousCrossThreadCallee' 	 assignment operator could not be generated because a base class assignment operator is inaccessible
D	\git-root\FEAST\src\libFEAST\CM/Protocol/Connection.h(239) 	         warning C4626	 'CM		Protocol		SslSocket' 	 assignment operator could not be generated because a base class assignment operator is inaccessible


Immagine inserita

#4071 Killer application

Killer application

    Schiavo

  • GRULLINO
  • 11.918 Messaggi:

Inviato 13 gennaio 2014 - 12:25

Si il cazzo  :dumb:

 

Tutta la prima parte va tolta fino al C del warning number

Poi tutti i doppi warnings vanno tolti (in base al numero).

 

Mi sa che dovrai cagare parecchio :asd:

 

 

la prima colonna si toglie istant.

 enumerator 'DataFormat_MAX' in switch of enum 'CM		BCA		CommandResult		DataFormat' is not explicitly handled by a case label
 warning C4512	 'QMutexData' 	 assignment operator could not be generated				
 warning C4512	 'QForeachContainer<T>' 	 assignment operator could not be generated				
 warning C4625	 'QThread' 	 copy constructor could not be generated because a base class copy constructor is inaccessible				
 warning C4625	 'QDebug		Stream' 	 copy constructor could not be generated because a base class copy constructor is inaccessible		
 warning C4625	 'CM		Protocol		ServiceCallNotifier' 	 copy constructor could not be generated because a base class copy constructor is inaccessible
 warning C4625	 'CM		BCA		ServerConnection' 	 copy constructor could not be generated because a base class copy constructor is inaccessible
 warning C4625	 'CM		Util		SynchronousCrossThreadCallee' 	 copy constructor could not be generated because a base class copy constructor is inaccessible
 warning C4625	 'CM		Protocol		SslSocket' 	 copy constructor could not be generated because a base class copy constructor is inaccessible
 warning C4626	 'QThread' 	 assignment operator could not be generated because a base class assignment operator is inaccessible				
 warning C4626	 'QDebug		Stream' 	 assignment operator could not be generated because a base class assignment operator is inaccessible		
 warning C4626	 'CM		Protocol		ServiceCallNotifier' 	 assignment operator could not be generated because a base class assignment operator is inaccessible
 warning C4626	 'CM		BCA		ServerConnection' 	 assignment operator could not be generated because a base class assignment operator is inaccessible
 warning C4626	 'CM		Util		SynchronousCrossThreadCallee' 	 assignment operator could not be generated because a base class assignment operator is inaccessible
 warning C4626	 'CM		Protocol		SslSocket' 	 assignment operator could not be generated because a base class assignment operator is inaccessible

per i doppi warning non c'ho fatto caso che andavano tolti.

 

 

Comunque ti ho dimostrato che ho sortato e filtrato tutto in pochi click di mouse su interfaccia grafica.

Non mi devo imparare ne sintassi ne grammatica ne tantomeno il nome del comando.


Immagine inserita

#4072 entanglement

entanglement

    Schiavo

  • Membri
  • StellettaStellettaStellettaStellettaStellettaStellettaStellettaStelletta
  • 61.177 Messaggi:

Inviato 13 gennaio 2014 - 12:27

Si il cazzo :dumb:

Tutta la prima parte va tolta fino al C del warning number
Poi tutti i doppi warnings vanno tolti (in base al numero).

Mi sa che dovrai cagare parecchio :asd:

Si ma la gente usa google per non scrivere http://www.sarcazzo

Deal with it

Un ingegnere non saprebbe riprodursi nemmeno col manuale di istruzioni. Infatti rapiscono bambini e li educano come ingegneri pur di perpetuare questa infermità.

in God we trust, all others must bring data (cit.)
 


#4073 ally

ally

    Banned

  • Bannati
  • StellettaStellettaStellettaStellettaStellettaStellettaStelletta
  • 11.498 Messaggi:

Inviato 13 gennaio 2014 - 12:28



Comunque ti ho dimostrato che ho sortato e filtrato tutto in pochi click di mouse su interfaccia grafica.

Non mi devo imparare ne sintassi ne grammatica ne tantomeno il nome del comando.

 

...hai dimostrato che apache ha fatto un gran lavoro portando open office a tutti gratuitamente :dumb: ...


... ...le rose son rosse...le viole son blu...io sono schizofrenico...e lo sono anche io...

 

as-shape.gifAthlon Xp 2000+ - MSI K7T266 Pro Raid - 512Mb DDR cas2 - 2xIBM 60Gb - Kyro2 64Mb - FireWire PCI - ATI-TV Wonder - Alice 256 
as-shape.gifPentium 233MMX - 128 MB SDR - 1xMaxtor 40GbGb - 3D Rage - SB16 as-crash.gif Sitolo  hideing_behind_computer_1_.gifCercoScheda Video - V.M.18 :D


#4074 ally

ally

    Banned

  • Bannati
  • StellettaStellettaStellettaStellettaStellettaStellettaStelletta
  • 11.498 Messaggi:

Inviato 13 gennaio 2014 - 12:30

almeno sul portatile, addio winzozz 8.1... lascerò il dual boot, ma stasera dopo il format di w8.1 (giusto per fare pulizia dato che tanto non lo userò più, e gli ho messo una partizioncina da 35gb) userò praticamente solo più Linux Mint 16 KDE...

 

winzozz ormai non ha niente che non possa fare anche con Linux... almeno sul portatile...

 

invece resterò con W8.1 sul fisso per il gaming...

 

 

...eh si...niente :eh: ...

 

 

...il vostro problema è che conoscete talemente poco linux che lo criticate nelle cose sbagliate :dumb: ...per questo andate perculati from here to eternity...


... ...le rose son rosse...le viole son blu...io sono schizofrenico...e lo sono anche io...

 

as-shape.gifAthlon Xp 2000+ - MSI K7T266 Pro Raid - 512Mb DDR cas2 - 2xIBM 60Gb - Kyro2 64Mb - FireWire PCI - ATI-TV Wonder - Alice 256 
as-shape.gifPentium 233MMX - 128 MB SDR - 1xMaxtor 40GbGb - 3D Rage - SB16 as-crash.gif Sitolo  hideing_behind_computer_1_.gifCercoScheda Video - V.M.18 :D


#4075 entanglement

entanglement

    Schiavo

  • Membri
  • StellettaStellettaStellettaStellettaStellettaStellettaStellettaStelletta
  • 61.177 Messaggi:

Inviato 13 gennaio 2014 - 12:32

Raga, la gente nel mondo reale chiama il tecnico per fare una stampa fronteretro di un foglio Excel

Che cazzo gliene frega alla gente dei warning ?

Un ingegnere non saprebbe riprodursi nemmeno col manuale di istruzioni. Infatti rapiscono bambini e li educano come ingegneri pur di perpetuare questa infermità.

in God we trust, all others must bring data (cit.)
 


#4076 Killer application

Killer application

    Schiavo

  • GRULLINO
  • 11.918 Messaggi:

Inviato 13 gennaio 2014 - 12:34

...hai dimostrato che apache ha fatto un gran lavoro portando open office a tutti gratuitamente :dumb: ...

6ayrk55.jpg


Immagine inserita

#4077 balint

balint

    Schiavo

  • Membri
  • StellettaStellettaStellettaStellettaStellettaStellettaStellettaStelletta
  • 54.491 Messaggi:

Inviato 13 gennaio 2014 - 12:34

che cazzo ce ne frega del mondo reale



#4078 ally

ally

    Banned

  • Bannati
  • StellettaStellettaStellettaStellettaStellettaStellettaStelletta
  • 11.498 Messaggi:

Inviato 13 gennaio 2014 - 12:35

...la gente normale :

 

post-119000-0-76108100-1311283846.jpg


... ...le rose son rosse...le viole son blu...io sono schizofrenico...e lo sono anche io...

 

as-shape.gifAthlon Xp 2000+ - MSI K7T266 Pro Raid - 512Mb DDR cas2 - 2xIBM 60Gb - Kyro2 64Mb - FireWire PCI - ATI-TV Wonder - Alice 256 
as-shape.gifPentium 233MMX - 128 MB SDR - 1xMaxtor 40GbGb - 3D Rage - SB16 as-crash.gif Sitolo  hideing_behind_computer_1_.gifCercoScheda Video - V.M.18 :D


#4079 ally

ally

    Banned

  • Bannati
  • StellettaStellettaStellettaStellettaStellettaStellettaStelletta
  • 11.498 Messaggi:

Inviato 13 gennaio 2014 - 12:36

...win è meglio per la gente normale...inb4 mi ha chiamato mio cugino che ha un problema con il pc :dumb: ...


... ...le rose son rosse...le viole son blu...io sono schizofrenico...e lo sono anche io...

 

as-shape.gifAthlon Xp 2000+ - MSI K7T266 Pro Raid - 512Mb DDR cas2 - 2xIBM 60Gb - Kyro2 64Mb - FireWire PCI - ATI-TV Wonder - Alice 256 
as-shape.gifPentium 233MMX - 128 MB SDR - 1xMaxtor 40GbGb - 3D Rage - SB16 as-crash.gif Sitolo  hideing_behind_computer_1_.gifCercoScheda Video - V.M.18 :D


#4080 trallallero

trallallero

    Schiavo

  • Membri
  • StellettaStellettaStellettaStellettaStellettaStellettaStelletta
  • 16.188 Messaggi:

Inviato 13 gennaio 2014 - 12:40

Comunque ti ho dimostrato che ho sortato e filtrato tutto in pochi click di mouse su interfaccia grafica.

Non mi devo imparare ne sintassi ne grammatica ne tantomeno il nome del comando.

 

lol

 

 

copio tutto, incollo su txt, ricopio tutto e rimetto su excel

metto taglia per tab e taglia per :

Adesso ho 9 colonne.

Faccio sort sulla colonna warning estendendola alle vicine.

 

 

Hai solo dimostrato che hai fatto il triplo del mio lavoro e con un risultato ancora incompleto e questo solo perchè non sai e non ti va di scrivere. E poi la prossima volta tu devi rifare tutto il lavoro di nuovo, io chiamo il mio scriptino.

 

State criticando qualcosa che non sapete usare! un po' come dire il regexp non serve a una sega, roba per trogloditi, quando invece è di una potenza enorme solo che... bisogna scrivere.


Messaggio modificato da trallallero il 13 gennaio 2014 - 12:41

Don't worry, faith will come soon, like a recall but,
if you can't wait, just stop thinking at all