mirror of
https://github.com/ThrowTheSwitch/Unity.git
synced 2025-06-20 22:13:29 +08: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:
@ -5,9 +5,9 @@
|
|||||||
[Released under MIT License. Please refer to license.txt for details]
|
[Released under MIT License. Please refer to license.txt for details]
|
||||||
========================================== */
|
========================================== */
|
||||||
|
|
||||||
|
#include <string.h>
|
||||||
#include "unity_fixture.h"
|
#include "unity_fixture.h"
|
||||||
#include "unity_internals.h"
|
#include "unity_internals.h"
|
||||||
#include <string.h>
|
|
||||||
|
|
||||||
UNITY_FIXTURE_T UnityFixture;
|
UNITY_FIXTURE_T UnityFixture;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user