ソースを参照

Non-functional () added to suppress compiler warning

Neal Wilson 10年前
コミット
0bb8cef3f1
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      src/phidgets.w

+ 1
- 1
src/phidgets.w ファイルの表示

@@ -396,7 +396,7 @@ void PhidgetsTemperatureSensor::start()
396 396
 	createDevice(&device);
397 397
 	openDevice(device, -1);
398 398
 	int error;
399
-	if(error = waitForOpen(device, 10000))
399
+	if((error = waitForOpen(device, 10000)))
400 400
 	{
401 401
 		closeDevice(device);
402 402
 		deleteDevice(device);

読み込み中…
キャンセル
保存