On 16/12/13 10:58 PM, Rodney Rushing wrote:
> I think lc_projection.cpp/h are missing from that change.
> 
> Glad to help out and give back to the effort.

Now that it is in, I get this warning:

In file included from common/camera.h:7:0,
                 from common/project.cpp:17:
common/lc_projection.h:129:8: warning: extra tokens at end of #endif
directive [enabled by default]
 #endif _LC_PROJECTION_H_
        ^

Since it is annoying, attached is a patch to fix it.


Hub
commit 5d729afe54f4335a2ab7bfef0d54b0ef7503f82e
Author: Hubert Figuière <[email protected]>
Date:   Tue Dec 17 16:40:57 2013 -0500

    Fix warning

diff --git a/common/lc_projection.h b/common/lc_projection.h
index ced6e8e..0dbb481 100644
--- a/common/lc_projection.h
+++ b/common/lc_projection.h
@@ -126,4 +126,4 @@ private:
 	int mViewPixelHeight;
 };
 
-#endif _LC_PROJECTION_H_
+#endif
_______________________________________________
Leocad mailing list
[email protected]
https://list.gerf.org/listinfo/leocad

Reply via email to