]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
[Bug 3021] unity_fixture.c needs pragma weak
authorJuergen Perlinger <perlinger@ntp.org>
Sun, 4 Sep 2016 17:19:34 +0000 (19:19 +0200)
committerJuergen Perlinger <perlinger@ntp.org>
Sun, 4 Sep 2016 17:19:34 +0000 (19:19 +0200)
bk: 57cc57a6RrthgyGjJ9mhXbkgASbC4A

ChangeLog
sntp/unity/unity_fixture.c

index 0805467dc6b9b1ce7768a039f6a2d87af37546b9..3a12276bd1f487e62a5ad267214f2cb1caaa5935 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+---
+* [Bug 3021] unity_fixture.c needs pragma weak <perlinger@ntp.org>
+  - removed unnecessary & harmful decls of 'setUp()' & 'tearDown()'
+
 ---
 (4.2.8p8) 2016/06/02 Released by Harlan Stenn <stenn@ntp.org>
 
index 6bdbe5b821430e345b12da1ed8981b3daf4dcdb0..c45a9a7dd7460de44009385bd2b431a90b866238 100644 (file)
@@ -17,10 +17,6 @@ int (*outputChar)(int) = putchar;
 
 int verbose = 0;
 
-void setUp(void);
-void tearDown(void);
-void setUp(void)    { /*does nothing*/ }
-void tearDown(void) { /*does nothing*/ }
 
 static void announceTestRun(unsigned int runNumber)
 {