1
0
mirror of https://github.com/ThrowTheSwitch/Unity.git synced 2026-01-26 09:51:36 +01:00

Fixed compilation warning in unity_fixture.c with optimization on.

More details here: http://forums.pragprog.com/forums/123/topics/10901
This commit is contained in:
Dennis Lambe Jr
2012-12-21 15:32:29 -05:00
parent 9d84912761
commit 601459a5c2

View File

@@ -5,9 +5,9 @@
[Released under MIT License. Please refer to license.txt for details]
========================================== */
#include <string.h>
#include "unity_fixture.h"
#include "unity_internals.h"
#include <string.h>
UNITY_FIXTURE_T UnityFixture;