Skip to content

Commit

Permalink
Remove compiler warning on Mac
Browse files Browse the repository at this point in the history
git-svn-id: https://valelab.ucsf.edu/svn/micromanager2/trunk@11544 d0ab736e-dc22-4aeb-8dc9-08def0aa14fd
  • Loading branch information
nico committed Aug 13, 2013
1 parent ceb546c commit 05c8ae7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions DeviceAdapters/dc1394/dc1394.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,9 @@ unsigned Cdc1394::s_refCount = 0;
// All calls to dc1394 library functions that return dc1394error_t should use
// one of these.

#ifdef WIN32
#pragma warning(disable: 4127) // Conditional expression is constant
#endif

// Helper; do not use directly
// TODO Translate dc1394 codes to readable messages
Expand Down

0 comments on commit 05c8ae7

Please sign in to comment.