version 1.15.0_alpha
add PIGPIO class gcc warnings fix
This commit is contained in:
@@ -36,7 +36,8 @@ PIIntrospectionThreads::PIIntrospectionThreads() {
|
||||
|
||||
void PIIntrospectionThreads::threadNew(PIThread * t) {
|
||||
PIMutexLocker _ml(mutex);
|
||||
ThreadInfo & ti(threads[t]);
|
||||
//ThreadInfo & ti(threads[t]);
|
||||
threads.insert(t, ThreadInfo());
|
||||
//piCout << "register thread" << id << name;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user