Some typo fixes
[clouds.git] / program.cpp
index 2275dcb416bed7740725f0a170a7a16610f795a1..deb068bf7ea9c3bd374e43c35eb9aff507f9f357 100644 (file)
@@ -3,6 +3,8 @@
 #include <sstream>
 #include <iostream>
 
+#pragma clang diagnostic ignored "-Wdeprecated-declarations"
+
 using namespace std;
 
 void attachShader(GLuint progId, string filePath, GLenum type) {